kagasu / WOW64SyscallHook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WOW64SyscallHook

Tested on Windows 10 64bit 1903

Before hook

x = 100
x = 200
x = 200
...

After hook

x = 100
x = 999
x = 999
...

About


Languages

Language:C++ 100.0%