You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# run shellcode injection test
./syshash.exe
# enable debug output
./syshash.exe -debug
# dump ntdll functions to files
./syshash.exe -dump
# unhook ntdll and keep process running
./syshash.exe -unhook
# unhook with debug output
./syshash.exe -unhook -debug
## or any combination of the flags :3
# run shellcode injection test
./syshash.exe
# enable debug output
./syshash.exe -debug
# dump ntdll functions to files
./syshash.exe -dump
## or any combination of the flags :3