# Triton
**Repository Path**: lsam2019/Triton
## Basic Information
- **Project Name**: Triton
- **Description**: mirror of https://github.com/JonathanSalwan/Triton
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-13
- **Last Updated**: 2021-06-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

**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**. Based on these components,
you are able to build program analysis tools, automate reverse engineering and perform software verification.
As **Triton** is still a young project, please, **don't blame us** if it is not yet reliable. [Open issues](https://github.com/JonathanSalwan/Triton/issues) or
[pull requests](https://github.com/JonathanSalwan/Triton/pulls) are always better than troll =).
Full documentation is available on our [doxygen page](http://triton.quarkslab.com/documentation/doxygen).
### Quick start
* [Description](http://triton.quarkslab.com/documentation/doxygen/#description_sec)
* [Installation](http://triton.quarkslab.com/documentation/doxygen/#install_sec)
* [Examples](https://github.com/JonathanSalwan/Triton/tree/master/src/examples)
* [Python Bindings](http://triton.quarkslab.com/documentation/doxygen/py_triton_page.html)
* [Presentations and Publications](http://triton.quarkslab.com/documentation/doxygen/#publications_sec)
### News
A [blog](http://triton.quarkslab.com/blog/) is available and you can follow us on twitter [@qb_triton](https://twitter.com/qb_triton) or via our [RSS](http://triton.quarkslab.com/rss.xml) feed.
### Support
* **IRC**: #qb_triton@freenode
* **Mail**: triton at quarkslab com
### Authors
* **Jonathan Salwan** - Lead dev, Quarkslab
* **Christian Heitman** - Core dev, Quarkslab
* **Pierrick Brunet** - Core dev, Quarkslab
* **Romain Thomas** - Core dev, Quarkslab
* **Florent Saudel** - Core dev, Bordeaux University
### Cite Triton
@inproceedings{SSTIC2015-Saudel-Salwan,
author = {Saudel, Florent and Salwan, Jonathan},
title = {Triton: A Dynamic Symbolic Execution Framework},
booktitle = {Symposium sur la s{\'{e}}curit{\'{e}} des technologies de l'information
et des communications},
series = {SSTIC},
pages = {31--54},
address = {Rennes, France},
month = jun,
year = {2015},
}