frida-gum VS net-core-injector

Compare frida-gum vs net-core-injector and see what are their differences.

frida-gum

Cross-platform instrumentation and introspection library written in C (by frida)

net-core-injector

CLI tool that can replace C# methods in .NET Core applications (by StackOverflowExcept1on)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
frida-gum net-core-injector
1 1
689 39
2.2% -
9.5 10.0
3 days ago about 1 year ago
C C
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.

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.

net-core-injector

Posts with mentions or reviews of net-core-injector. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing frida-gum and net-core-injector you can also consider the following projects:

ghidra-scripts - A collection of my Ghidra scripts to facilitate reverse engineering and vulnerability research.

capstone - Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. [Moved to: https://github.com/capstone-engine/capstone]

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

radare2 - UNIX-like reverse engineering framework and command-line toolset

dynamorio - Dynamic Instrumentation Tool Platform

ManagedInjector - A C# DLL injection library

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!

radare2 - UNIX-like reverse engineering framework and command-line toolset [Moved to: https://github.com/radareorg/radare2]

metalbear.co - MetalBear main website

frida-rust - Frida Rust bindings