Fix relaunching
This commit is contained in:
parent
699dd4bfcb
commit
a240015fd4
@ -251,7 +251,7 @@ namespace utils::nt
|
||||
|
||||
void relaunch_self()
|
||||
{
|
||||
const utils::nt::library self;
|
||||
const auto self = utils::nt::library::get_by_address(relaunch_self);
|
||||
|
||||
STARTUPINFOA startup_info;
|
||||
PROCESS_INFORMATION process_info;
|
||||
|
Loading…
Reference in New Issue
Block a user