2 Repos
Decrypting data by executing specific routines from the binary in a controlled environment.
Distinct from Decryption Utilities: Different from general decryption utilities as it specifically executes binary code to derive plain text.
Explore 2 awesome GitHub repositories matching security & cryptography · Dynamic Binary Decryption. Refine with filters or upvote what's useful.
de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un
Executes decryption methods from loaded assemblies to replace encrypted calls with plain text.
ncmdump is a proprietary audio cache converter and binary stream decryption utility. It decrypts raw audio data from specialized music cache files and transforms them into standard audio formats. The project functions both as a standalone tool and a cross-language conversion library. It exposes its internal decryption and conversion logic as a dynamic library, allowing the capabilities to be embedded into external applications written in different programming languages. The utility provides batch media processing through recursive directory traversal, enabling the identification and conversi
Integrates decryption and conversion capabilities into external applications using a dynamic library.