-
Notifications
You must be signed in to change notification settings - Fork 539
Home
Jonathan Salwan edited this page Jun 25, 2015
·
68 revisions
Triton is a concolic execution framework based on Pin. It provides components like a taint engine, a dynamic symbolic execution engine, a snapshot engine, translation of x64 instruction into the SMT2-LIB representation, a Z3 interface to solve constraints and Python bindings.
Based on these components, Triton offers the possibility to build tools for vulnerabilities research and can provide some reverse engineering assistance.
This wiki describes Triton under the hood.
© Triton: A dynamic binary analysis framework