Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 503 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 503 Bytes

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