Based on our record, Ghidra should be more popular than Binary Ninja. It has been mentiond 67 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Binary Ninja: https://binary.ninja/ :) Think someone has already linked it below! - Source: Hacker News / 6 months ago
Found it out myself, https://binary.ninja/. - Source: Hacker News / 6 months ago
If you really want to poke around in the binary, you can use a decompiler like IDA, Ghidra, or Binary Ninja's free version. Source: over 1 year ago
Still $$$ for crippled functionality. As an alternative, https://binary.ninja is gaining traction at work. - Source: Hacker News / almost 2 years ago
As I said, a regular text editor won’t do for reading a binary file, so I needed to choose a disassembler to break the challenge binaries out into their basic blocks. I chose to use Binary Ninja because it has a very easy-to-use Python API, and it’s hobbyist-level cheap (for comparison, the industry-standard disassembler is IDA Pro, which they will sell to you for roughly an arm, and continue to pick off your... - Source: dev.to / over 4 years ago
Install Ghidra: You can download the latest version from the official Ghidra website: https://ghidra-sre.org/. Follow the installation instructions provided on the site. - Source: dev.to / about 1 month ago
Ghidra (https://ghidra-sre.org/) can fine-tune executables way more easily than your models. - Source: Hacker News / 4 months ago
I've only played a with this, but it was impressive. https://ghidra-sre.org/. - Source: Hacker News / 5 months ago
I've got no experience with reverse-engineering executables, but I got a bunch of code-like stuff showing up when I fed ULTIMA.EXE to Ghidra and told it to analyze it with all the flags set. Source: almost 2 years ago
The whole game is written in C++ (game logic intertwined with graphics). Ghidra can help you deconstruct the game binaries, but you need to put in a GREAT great effort to even get a starting point. Cheat Engine has been successful for some purposes, including an AI enabling utility for multiplayer (use with great care!). Source: almost 2 years ago
IDA - The best-of-breed binary code analysis tool, an indispensable item in the toolbox of world-class software analysts, reverse engineers, malware analyst and cybersecurity professionals.
X64dbg - X64dbg is a debugging software that can debug x64 and x32 applications.
OllyDbg - OllyDbg is a 32-bit assembler level analysing debugger.
Cutter - Open Source RE Platform powered by radare2.
HxD - HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and...
Immunity Debugger - Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer...