| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| runshc64.exe | 2020-04-17 | 264.2 kB | |
| runshc32.exe | 2020-04-17 | 218.1 kB | |
| pe2shc.exe | 2020-04-17 | 231.4 kB | |
| README.md | 2020-04-17 | 491 Bytes | |
| v0.8 source code.tar.gz | 2020-04-17 | 11.5 kB | |
| v0.8 source code.zip | 2020-04-17 | 21.4 kB | |
| Totals: 6 Items | 747.0 kB | 0 | |
- 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