1 dépôt
Simulation of multiple different processor instruction sets using a unified mapping to an abstract representation.
Distinct from Abstract Machine Emulations: Candidates focus on specific direct mappings or abstract machine models, not the capability to simulate multiple real-world CPU architectures.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Multi-Architecture CPU Emulation. Refine with filters or upvote what's useful.
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
Maps instruction set semantics to an abstract syntax tree to simulate the execution of multiple hardware architectures.