2 مستودعات
General processes for revealing original values of encrypted strings, constants, and embedded files in binaries.
Distinct from Metadata-Driven Decryption: Broader than metadata-driven decryption; covers both static and dynamic analysis of various obfuscated constants.
Explore 2 awesome GitHub repositories matching security & cryptography · Obfuscated Data 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
Decrypts strings, constants, and embedded files using static and dynamic analysis to reveal original values.
This project is a Go library and command-line utility designed for the retrieval and local archival of remote video content. It provides a programmatic interface for fetching media streams, allowing users to extract metadata and download video files directly to local storage. The library distinguishes itself through its ability to resolve playback restrictions by performing algorithmic transformations on obfuscated authentication tokens. This signature decryption process enables the tool to bypass standard access limitations, while its interface-driven design allows for the selection of speci
Bypasses playback restrictions by executing algorithmic transformations on obfuscated tokens to derive valid authentication keys.