TritonTranslator icon indicating copy to clipboard operation
TritonTranslator copied to clipboard

Standalone static version of Triton's x86/x64 translator

Triton Translator

TritonTranslator is a standalone static IR translation framework, using semantics extracted from Triton. It offers:

  • Full support for x86 and x86_64
  • AST and three address code representations of x86_64
  • Instruction semantics

You can find an example usage here.

Roadmap

  • [x] AST representation of x86 and x86_64
  • [x] Three address code representation of x86 and x86_64