/TritonTranslator

Standalone static version of Triton's x86/x64 translator

Primary LanguageC++

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

  • AST representation of x86 and x86_64
  • Three address code representation of x86 and x86_64