ghidra-scripts VS frida-gum

Compare ghidra-scripts vs frida-gum and see what are their differences.

ghidra-scripts

A collection of my Ghidra scripts to facilitate reverse engineering and vulnerability research. (by 0xdea)

frida-gum

Cross-platform instrumentation and introspection library written in C (by frida)
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-scripts frida-gum
49 1
210 685
- 2.8%
7.0 9.5
4 months ago about 11 hours ago
Java C
MIT License 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.

ghidra-scripts

Posts with mentions or reviews of ghidra-scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-02.

frida-gum

Posts with mentions or reviews of frida-gum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-05.
  • mirrord internals - hooking libc functions in Rust and fixing bugs
    5 projects | dev.to | 5 Jul 2022
    LD_PRELOAD1, available as an environment variable, is a feature provided by dynamic linkers like ld.so that lets us load a shared library into a process before the process loads anything else. In our case, we use LD_PRELOAD to load mirrord-layer, which overrides libc functions with a custom implementation. By overriding file and socket functions, we can then transparently plug the process into the remote pod, having it read and write files and traffic remotely without changing a single line of code. Overriding these libc functions on different systems would have been a difficult task and this is where Frida-gum comes to save the day through its inline hooking interceptor.

What are some alternatives?

When comparing ghidra-scripts and frida-gum you can also consider the following projects:

frida-rust - Frida Rust bindings

mirrord - Connect your local process and your cloud environment, and run local code in cloud conditions.

BinAbsInspector - BinAbsInspector: Vulnerability Scanner for Binaries

net-core-injector - CLI tool that can replace C# methods in .NET Core applications

pwndra - A collection of pwn/CTF related utilities for Ghidra

dynamorio - Dynamic Instrumentation Tool Platform

VulFi - IDA Pro plugin for query based searching within the binary useful mainly for vulnerability research.

AFLplusplus - The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

metalbear.co - MetalBear main website

Ghidra-Cpp-Class-Analyzer - Ghidra C++ Class and Run Time Type Information Analyzer