1 repositorio
Recovering original assemblies and encrypted resources from binary wrappers.
Distinguishing note: None of the candidates specifically address the extraction of .NET assemblies from wrappers as a primary capability.
Explore 1 awesome GitHub repository matching security & cryptography · Assembly Extraction. Refine with filters or upvote what's useful.
de4dot is a .NET deobfuscator and unpacker designed to reverse obfuscation and restore readable code and metadata within .NET assemblies. It functions as a bytecode analyzer that simplifies control flow, strips anti-debugging protections, and extracts original payloads from packed executable wrappers. The project distinguishes itself through a modular deobfuscation pipeline and a sandbox environment used for dynamic string decryption, which executes decryption methods to replace encrypted strings with plain-text values. It can identify specific obfuscation tools through pattern-based binary a
Extracts assemblies from wrappers and decrypts embedded files or resources for further study.