awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesObfuscated Data Decryption

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.

Awesome Obfuscated Data Decryption GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • 0xd4d/de4dot0xd4d का अवतार

    0xd4d/de4dot

    7,426GitHub पर देखें↗

    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.

    C#
    GitHub पर देखें↗7,426
  • kkdai/youtubekkdai का अवतार

    kkdai/youtube

    3,903GitHub पर देखें↗

    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.

    Gogoyoutube
    GitHub पर देखें↗3,903
  1. Home
  2. Security & Cryptography
  3. Message Decryption
  4. Obfuscated Data Decryption

सब-टैग एक्सप्लोर करें

  • Signature Decryption AlgorithmsAlgorithms for transforming obfuscated tokens into valid authentication keys for media streams. **Distinct from Obfuscated Data Decryption:** Distinct from Obfuscated Data Decryption: focuses specifically on algorithmic reversal of media stream signatures rather than general binary obfuscation.