awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mandiant/flare-flossAvatar von mandiant

    mandiant/flare-floss

    3,886Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,886
  • korcankaraokcu/pinceAvatar von korcankaraokcu

    korcankaraokcu/PINCE

    2,767Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,767
  1. Home
  2. Software Engineering & Architecture
  3. Modular Plugin Frameworks
  4. Disassembler Frameworks
  5. Pattern-Based Disassembly

Unter-Tags erkunden

  • 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.