Skip to content

v1.1

Compare
Choose a tag to compare
@hasherezade hasherezade released this 11 May 18:47
· 23 commits to master since this release

BUGFIX

  • Stub cleanup: do not clobber RBX/EBX registers

REFACT

  • Removed some useless instructions from 32 bit stub
  • Small cleanup in the loader v2

The package contains:

  • pe2shc.exe - PE to shellcode converter (supports both 32 and 64 bit PEs)
  • a utility to run/test shellcode (loads and deploys):
    • runshc32.exe - for 32-bit shellcodes
    • runshc64.exe - for 64-bit shellcodes
  • a utility to inject shellcode into a given process:
    • injector32.exe - for 32-bit shellcodes
    • injector64.exe - for 64-bit shellcodes