ddisasm VS pharos

Compare ddisasm vs pharos and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ddisasm pharos
4 5
617 1,481
3.1% 1.8%
9.5 4.8
8 days ago 16 days ago
C++ C++
GNU Affero General Public License v3.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.

ddisasm

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

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 ddisasm and pharos you can also consider the following projects:

x64dbg - An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.

e9patch - A powerful static binary rewriting tool

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.

sleighcraft - sleigh craft!

qiling - A True Instrumentable Binary Emulation Framework

pharos - Automated static analysis tools for binary programs

e9afl - AFL binary instrumentation

LIEF - LIEF - Library to Instrument Executable Formats

B2R2 - B2R2 is a collection of useful algorithms, functions, and tools for binary analysis.

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