| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pe2shc_1.1.zip | 2022-05-11 | 622.3 kB | |
| pe2shc.exe | 2022-05-11 | 272.9 kB | |
| README.md | 2022-05-11 | 569 Bytes | |
| v1.1 source code.tar.gz | 2022-05-11 | 19.1 kB | |
| v1.1 source code.zip | 2022-05-11 | 34.8 kB | |
| Totals: 5 Items | 949.6 kB | 0 | |
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