pe_to_shellcode
PE converter
Converts PE files into executable shellcode
Converts PE into a shellcode
2k stars
54 watching
430 forks
Language: C++
last commit: over 1 year ago pe-filepe-to-shellcodepe2shcpe2shellcodeshellcodeshellcode-development
Related projects:
Repository | Description | Stars |
---|---|---|
hasherezade/pe-sieve | A tool for detecting and analyzing malicious code in executables | 3,103 |
egebalci/amber | Creates reflective PE files that can be executed in memory without being written to disk | 1,187 |
hasherezade/transacted_hollowing | An implementation of a memory-based PE injection technique for executing payloads in a target process | 521 |
hasherezade/libpeconv | A library for loading and manipulating executable files (PE files) in a low-level way | 1,117 |
plackyhacker/shellcode-injection-techniques | A collection of C# techniques for injecting malicious shellcode into processes | 447 |
silva97/pei | Tools for injecting and manipulating code in PE executables | 30 |
hasherezade/pe-bear-releases | An open-source tool for analyzing and editing PE file formats | 767 |
hasherezade/bearparser | A C++ library for parsing Portable Executable files | 648 |
hasherezade/mal_unpack | A tool to unpack malicious code from packed executables using the PE-sieve technique. | 657 |
oils-for-unix/oils | An upgrade path from bash to a more modern language and runtime | 2,848 |
hasherezade/dll_to_exe | Converts a DLL into a ready-to-use executable file. | 794 |
boku7/hollow | A tool that enables remote process shellcode execution using the Early Bird injection technique | 266 |
openshift/source-to-image | A tool for building container images from source code without needing a Dockerfile | 2,469 |
merrychap/shellen | An interactive tool for crafting and disassembling shellcodes | 891 |
hasherezade/process_doppelganging | An implementation of a malware injection technique using PE injection to create and control malicious processes | 580 |