Skip to content

Releases: carved4/syshash

demo unhook + persist + inject

02 Jul 18:02

Choose a tag to compare

usage

basic execution

# perform all operations
./syshash.exe

demo unhook

02 Jul 17:34

Choose a tag to compare

usage

basic execution

# 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

demo

02 Jul 08:08

Choose a tag to compare

basic execution

# 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