30 open-source projects similar to arisada/midgetpack, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Midgetpack alternative.
GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs
.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
` | ' \ / | ' \ / \ \ /\ / / | |) | (| | |) | (| |\ V V / | ./ \,| ./ \,| \/\/ || |_| `
ASM Guard is a packer utility for compressing and complicating reversing compiled native code (native files), protecting resources, adding DRM, and packing into an optimized software loader. Its main purpose is to protect programs from static analysis (determining the framework/programming…
Astral-PE is a low-level mutator (headers obfuscator and patcher) for Windows PE files (.exe, .dll, .sys) that rewrites structural metadata after compilation (or postbuild protection) — without breaking execution.
Packer compressing .net assemblies, (ab)using the PE format for data storage
` MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMNNNNNNNNNNNNNNNNNNMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMMNNmdhso///+o++osyyhdmNNNNNNNNNNMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMNmmhs/:...``..........:ohmNNNNNNNNNNNNMMMMMMMMMMMMMMMM…
Backpack is a packer that use process hollowing to hide your payload writen in Golang. This is based on the work of abdullah2993 (https://github.com/abdullah2993/go-runpe)
C# Hacking library for making PC game trainers.
A proof-of-concept packer for .NET executables, designed to provide a starting point to explain the basic principles of runtime packing.
This little project is a super simple polymorphic runtime cryptor for x86_64 ELF binaries on linux. I wrote this for the extended digital forensics course at my university, but thought I would share publically because why not - learning and things.
A Simple Linux ELF Runtime Crypter. An unpacker by f0wl can be found at f0wl/ezuri_unpack.
TinyLoad is an pe crypter/packer for x64 executables it packs an input exe with varying protection layers to prevent it from being reverse engineered. Its 1 single .cpp file and does not have any external dependencies.
Dependencies is a static analysis utility designed to inspect Windows portable executable files and map their library dependency hierarchies. It functions as a diagnostic interface for validating library imports and identifying the specific modules required for an application to execute on a Windows system. The tool distinguishes itself by performing deep binary analysis, including the resolution of complex Windows API set schemas and forwarded export redirections. It identifies libraries loaded on demand through delay-load module analysis and performs recursive traversal to map the full tree