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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesPattern-Based Disassembly

Use of disassembly frameworks to identify specific code sequences and function signatures.

Distinct from Disassembler Frameworks: Focuses on using a disassembler to find patterns for string decryption rather than the architecture of the framework itself

Explore 2 awesome GitHub repositories matching software engineering & architecture · Pattern-Based Disassembly. Refine with filters or upvote what's useful.

Awesome Pattern-Based Disassembly GitHub Repositories

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

    mandiant/flare-floss

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

    Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration data within compiled binaries. It functions as an obfuscated string decoder and reverse engineering tool to translate encoded strings into readable text for security auditing. The project employs emulated execution to capture the decrypted state of strings in memory by running small chunks of binary code in a virtual CPU. It further utilizes static analysis disassembly, intermediate representation analysis, and heuristic-based pattern matching to identify and decode strings t

    Employs disassembly to identify code patterns and locate functions responsible for string decryption.

    Pythondeobfuscationflaregsoc-2026
    GitHub पर देखें↗3,886
  • korcankaraokcu/pincekorcankaraokcu का अवतार

    korcankaraokcu/PINCE

    2,767GitHub पर देखें↗

    PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and

    Identifies jumps and calls within memory regions by searching for specific machine code patterns using regular expressions.

    Pythonassemblercheat-enginedebugging-tool
    GitHub पर देखें↗2,767
  1. Home
  2. Software Engineering & Architecture
  3. Modular Plugin Frameworks
  4. Disassembler Frameworks
  5. Pattern-Based Disassembly

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

  • Opcode Pattern AnalyzersUses machine code patterns and regular expressions to identify jumps and calls in binary memory. **Distinct from Pattern-Based Disassembly:** Focuses on using regex for opcode pattern matching rather than general disassembly framework architecture.