ghidra_bridge VS Ghidra-App-Bundle

Compare ghidra_bridge vs Ghidra-App-Bundle 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
ghidra_bridge Ghidra-App-Bundle
2 1
322 37
- -
0.0 1.1
about 1 year ago about 1 year ago
Python Python
MIT License Apache License 2.0
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.

ghidra_bridge

Posts with mentions or reviews of ghidra_bridge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-16.
  • OpenSSL 1.1.1 End of Life Approaching
    4 projects | news.ycombinator.com | 16 Jun 2023
    I am stuck with an application written in Python2, where porting it to Python3 is difficult – if it was just the Python language changes it wouldn't be a big issue, but a third party library we heavily rely on decided that Python2->3 would be a good opportunity to completely redesign their API. Getting the application to handle that third party API redesign is a big task and thus far nobody has had the bandwidth/pain-tolerance/etc to undertake it.

    But recently we've been finding other libraries we use need to be upgraded for various reasons, but the new versions we need to upgrade to are now Python3-only. Stuck between a rock and a hard place.

    Until I discovered https://github.com/justfoxing/jfx_bridge – a Python2-to-3 RPC bridge. So now the Python2 app spawns a Python3 subprocess to host some of its libraries which it accesses over RPC. Ugly as hell but for now the least worst option. My hope is we can gradually transition more and more of the app on to the Python3 side of the bridge, and maybe eventually the Python2 side (and the bridge) can be jettisoned.

    Which also led me to discover https://github.com/justfoxing/ghidra_bridge – this Python2 app is nothing to do with Ghidra (it is CPython whereas Ghidra is Jython), but I've been mucking around with Ghidra, and being able to write Python3 to control it is a better experience than Python2. I hate the 2<->3 mental context switching I'm forced into and would like as little of it as possible.

  • Ruby and Clojure Support in Ghidra
    3 projects | /r/ghidra | 30 Aug 2021
    If anyone is interested in other language support in Ghidra, you should definitely check out Jason Leasure's ghidraal project and the python 3 bridge by justfoxing too. Between them there is Python 3, Ruby, R, and Javascript support.

Ghidra-App-Bundle

Posts with mentions or reviews of Ghidra-App-Bundle. We have used some of these posts to build our list of alternatives and similar projects.
  • How do I patch a MacOS .app bundle?
    1 project | /r/ghidra | 12 Jan 2023
    I'm struggling with working on an app bundle on MacOS. None of the export options clearly indicates which could be used for patching an app. I've been able to make the patches using radare2, and I tried installing https://github.com/TorgoTorgo/Ghidra-App-Bundle but had no success. I've been able to export the binary for the patch that i've made, but not replace it with the original binary in the .app bundle.

What are some alternatives?

When comparing ghidra_bridge and Ghidra-App-Bundle you can also consider the following projects:

ghidraal - A Ghidra extension for scripting with GraalVM languages, including Javascript, Python3, R, and Ruby.

sherlock - 🔎 Hunt down social media accounts by username across social networks

ghidra-dark - Dark theme installer for Ghidra

CustomTkinter - A modern and customizable python UI-library based on Tkinter

OneByteRadar - CS:GO radar hack achieved by patching one byte of game memory. Written in Python 3.

EvilOSX - An evil RAT (Remote Administration Tool) for macOS / OS X.

ruby-dragon - Ruby, Kotlin, Groovy, Clojure, and JShell support for Ghidra scripting and interactive sessions.

wifi-password - Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect

OpenSSL - TLS/SSL and crypto library

GuitarTuner - Guitar tuner program made with Python, Tkinter and PyAudio.

LibreSSL - LibreSSL Portable itself. This includes the build scaffold and compatibility layer that builds portable LibreSSL from the OpenBSD source code. Pull requests or patches sent to [email protected] are welcome.

jfx_bridge - Base Python2/3 RPC bridge used for ghidra_bridge