View Single Post
  #3  
Old 07-24-2018, 21:11
Agmcz Agmcz is offline
Friend
 
Join Date: Mar 2018
Posts: 16
Rept. Given: 0
Rept. Rcvd 4 Times in 3 Posts
Thanks Given: 15
Thanks Rcvd at 61 Times in 13 Posts
Agmcz Reputation: 4
Quote:
Originally Posted by atom0s View Post
The sys call offset for this on Windows 10 has changed between each major patch. So this may not work for all Windows 10 versions.
I have not tested on all versions of Windows 10
But it works on version 10.0.15063.

See here
Code:
System Call Symbol     System Call Number
                       Windows 10 32bit
                       Version 10240.0=1507  10586=1511 14393=1607 15063=1703 16299=1709  17134=1803 
NtTerminateProcess             0x0024        0x0024     0x0024     0x0024     0x0024      0x0024
or
Code:
https://j00ru.vexillium.org/syscalls/nt/32/
Logically will work.
You can test
Reply With Quote