| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pe2shc_1.2.zip | 2022-11-22 | 623.3 kB | |
| pe2shc.exe | 2022-11-22 | 273.4 kB | |
| README.md | 2022-11-21 | 765 Bytes | |
| v1.2 source code.tar.gz | 2022-11-21 | 21.5 kB | |
| v1.2 source code.zip | 2022-11-21 | 38.9 kB | |
| Totals: 5 Items | 957.9 kB | 1 | |
FEATURE
- The shellcodified module keeps a state informing whether it was executed, etc
- Added: DLL detach, that allows to cleanly finish execution of a shellcodified DLL
- the shellcodified DLL can be detached simply by a second run (while the first run calls
DllMainwithDLL_PROCESS_ATACH, the second calls it withDLL_PROCESS_DETACH)
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