Triton VS pharos

Compare Triton vs pharos and see what are their differences.

Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code. (by JonathanSalwan)

pharos

Automated static analysis tools for binary programs (by cmu-sei)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Triton pharos
4 5
3,303 1,483
- 1.9%
7.5 6.4
26 days ago 3 days ago
C++ C++
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Triton

Posts with mentions or reviews of Triton. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-12.

pharos

Posts with mentions or reviews of pharos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-14.
  • Any Tips for Reversing x86 C++ Decryption Functions?
    2 projects | /r/securityCTF | 14 Jun 2023
    OOAnalyzer is wonderful for recovering class/function information C++ that makes manual vtable/RTTI perusing relatively moot. I ultimately installed it along with the rest of Pharos on Linux and it was a couple days of figuring before I got things running.
  • Decompiling with AI is going to be revolutionary
    1 project | /r/GameUpscale | 20 Oct 2022
    Something that could be viable is e.g. learning the heuristics in a tool like https://github.com/cmu-sei/pharos instead of hand-crafting them. More coarse information like function partitioning, is this function a constructor etc.
  • Is taking the ASM dump from Ida pro after human correction a good way to re-write the software from scratch?
    2 projects | /r/REGames | 9 Aug 2021
    That's why I eventually started looking for a more automated approach like https://github.com/cmu-sei/pharos.
  • Analysis of large binaries and games in Ghidra-SRE
    1 project | news.ycombinator.com | 28 Jul 2021
    I recently started analysing a game with Ghidra. I found the plugin mentioned was actually fairly useless in my case (but this was version 9, maybe things have changed), instead I used OOAnalyzer [1] and its associated Ghidra plugin - great for bootstrapping a class hierarchy, which is otherwise extremely tedious to do. It took 24 hours and ~100GB of memory, so I ran it on AWS, splitting the analysis in parts according to [2]. Also I’d recommend looking into scripting, it can save you a lot of time in repetitive scenarios.

    [1] https://github.com/cmu-sei/pharos/blob/master/tools/ooanalyz...

  • Pharos\OOAnalyzer - how long is it supposed to run?
    2 projects | /r/ghidra | 5 Feb 2021
    There's no reason to be alarmed just because you've been running for 14 hours and using 11gb of ram. But you should make sure you're not running out of ram. You should also absolutely be following the step-by-step guide which you already found. You don't want to have to restart from scratch if something goes wrong.

What are some alternatives?

When comparing Triton and pharos you can also consider the following projects:

VMProtect-devirtualization - Playing with the VMProtect software protection. Automatic deobfuscation of pure functions using symbolic execution and LLVM.

ddisasm - A fast and accurate disassembler

klee - KLEE Symbolic Execution Engine

e9patch - A powerful static binary rewriting tool

manticore - Symbolic execution tool

sleighcraft - sleigh craft!

server - The Triton Inference Server provides an optimized cloud and edge inferencing solution.

pharos - Automated static analysis tools for binary programs

ikos - Static analyzer for C/C++ based on the theory of Abstract Interpretation.

LIEF - LIEF - Library to Instrument Executable Formats

Virtuailor - IDAPython tool for creating automatic C++ virtual tables in IDA Pro