v0.8
- 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