1 Repo
Decrypting and unpacking resources or files embedded within binary executables.
Distinct from Media Asset Embedding: Candidates focus on UI/Web asset embedding; this is about security-focused decryption of binary embedded resources.
Explore 1 awesome GitHub repository matching security & cryptography · Embedded Asset Decryption. 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
dnSpyEx unlocks encrypted or compressed resources and embedded files to make them accessible for review.