Skip to content

tritonv2025-02-15

Updated

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, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.

#Supported Platforms

!arm

  • linux
  • osx
  • uwp-x64
  • windows-x64
  • windows-x86
  • uwp-arm
  • windows-arm64

#Features

No default features.

#boost

Use Boost as multiprecision library

Dependencies:
and 31 transitive dependencies:
Host Dependencies:
3 transitive dependencies:

#python

Build Triton with Python bindings

Dependencies:
and 11 transitive dependencies:
Host Dependencies:
9 transitive dependencies:

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Alberto Garcia Illera's avatarAlberto Garcia Illera
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • MACHIZAUD Andréa's avatarMACHIZAUD Andréa
  • jim wang's avatarjim wang

#Changelog

  • 1c628b8[triton] Update to 2025-02-15 (#44223)
  • b1222cf[triton] Version updated and compilation errors fixed (#34864)
  • 933bbb0[triton] Update triton (#27424)
  • 38884e0[triton] Fix build, add feature boost (#25924)
  • d34bda3[triton] New version with no boost dependencies (#24081)
  • 65c66cd[capstone] update to 5.0.0-rc2 (#23979)
  • 937fc9e[triton] Fix usage (#23250)
  • 3d7ff26[New port] Add Triton port (#23111)