| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pe2shc.exe | 2021-02-03 | 271.4 kB | |
| pe2shc_0.9.zip | 2021-02-03 | 644.4 kB | |
| README.md | 2021-02-03 | 567 Bytes | |
| v0.9 source code.tar.gz | 2021-02-03 | 13.5 kB | |
| v0.9 source code.zip | 2021-02-03 | 25.9 kB | |
| Totals: 5 Items | 955.7 kB | 0 | |
FEATURE
- added DCP support: now the generated shellcode can be injected into a processes with DCP ( "Dynamic Code Prohibited" ) enabled (Issue [#19] )
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