2018-12-14 19:44:11 +01:00
2018-12-07 00:27:48 +01:00
2018-12-13 17:15:49 -03:00
2018-11-27 23:40:32 +01:00
2018-11-27 22:10:45 +01:00
2018-12-14 19:44:11 +01:00

pe_to_shellcode

Build status

Converts PE so that it can be then injected just like a normal shellcode.
(At the same time, the output file remains to be a valid PE).
Supports both 32 and 64 bit PEs

Clone:

Use recursive clone to get the repo together with all the submodules:

git clone --recursive https://github.com/hasherezade/pe_to_shellcode.git

Latest builds*:

*those builds are available for testing and they may be ahead of the official release:

  • pe2shc.exe - PE to shellcode converter
  • runshc32.exe - a utility to run/test 32-bit shellcode (loads and deploys)
  • runshc64.exe - a utility to run/test 64-bit shellcode (loads and deploys)

S
Description
Automated archival mirror of github.com/hasherezade/pe_to_shellcode
Readme BSD-2-Clause 230 KiB
Languages
C++ 50.2%
Assembly 38.4%
CMake 10.2%
Batchfile 0.7%
C 0.5%