Shellcode2PE Logo

Shellcode2PE

0
Free
Visit Website

This is a Python script that converts shellcode into a PE32 or PE32+ file. It takes a shellcode file path and an architecture (win32 or win64) as input. The script creates a PE file with the provided shellcode. The script uses pre-defined stubs for PE32 and PE32+ files, and appends the shellcode to the stub. The resulting PE file is written to a new file with a .pe.bin extension.

FEATURES

ALTERNATIVES

Collection of slides, materials, demos, crackmes, and writeups from r2con-2017 conference.

A tool for injecting and loading executables with a focus on stealth techniques.

ILSpy is the open-source .NET assembly browser and decompiler with various decompiler frontends and features.

A write-up of the reverse engineering challenge from the 2019 BambooFox CTF competition

A library for checking potentially malicious files and archives using YARA and making a decision about their harmfulness.

FLARE Obfuscated String Solver (FLOSS) automatically extracts and deobfuscates strings from malware binaries using advanced static analysis techniques.

angr is a Python 3 library for binary analysis with various capabilities like symbolic execution and decompilation.

Largest open collection of Android malware samples, with 298 samples and contributions welcome.

PINNED