Colton1skees / TritonTranslator

Standalone static version of Triton's x86/x64 translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Standalone static version of Triton's x86/x64 translator


Languages

Language:C++ 52.6%Language:C# 47.4%