Skip to content

v0.8

Compare
Choose a tag to compare
@hasherezade hasherezade released this 17 Apr 22:15
· 90 commits to master since this release
  • 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

FEATURE

  • more detailed verification if the PE contains TLS callback
  • do not block conversion of files with TLS callbacks (print a warning instead)

BUGFIX:

  • fixed crashes on returning from 64 bit stub
  • fixed invalid processing of some Import Tables