7 lines
399 B
Text
7 lines
399 B
Text
Triton is a dynamic binary analysis (DBA) framework. It provides internal
|
|
components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint
|
|
engine, AST representations of the x86, x86-64 and AArch64 Instructions Set
|
|
Architecture (ISA), SMT simplification passes, an SMT solver interface. Triton
|
|
is mainly used to provide help during reverse-engineering.
|
|
|
|
WWW: https://triton.quarkslab.com/
|