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
·

1 Repo

Awesome GitHub RepositoriesBit-Vector Memory Modeling

Representing registers and memory as bit vectors to enable precise data flow analysis and symbolic reasoning.

Distinct from Bit-Vector Set Implementations: Candidates describe bit-set implementations or vectorized memory access for performance, not symbolic memory modeling for analysis.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Bit-Vector Memory Modeling. Refine with filters or upvote what's useful.

Awesome Bit-Vector Memory Modeling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jonathansalwan/tritonAvatar von JonathanSalwan

    JonathanSalwan/Triton

    4,202Auf GitHub ansehen↗

    Triton is a dynamic binary analysis framework designed to automate reverse engineering. It functions as a multi-architecture CPU emulator, an SMT-based symbolic execution engine, and a dynamic taint analysis tool. The framework translates raw machine instructions into abstract syntax trees, allowing it to represent binary program logic as a structured intermediate representation. This allows the system to map multiple hardware instruction sets to a single analysis framework and translate machine instructions into mathematical formulas for solving constraints. Its capabilities cover the simul

    Tracks registers and memory locations as bit vectors to monitor precise data flow during binary program execution.

    C++
    Auf GitHub ansehen↗4,202
  1. Home
  2. Operating Systems & Systems Programming
  3. Bit-Vector Memory Modeling