Instrumentation topic

In computer science, instrumentation is a technique that consists of inserting specific instructions into a program to monitor and/or analyze its performance, functionality, or behavior, but without changing how it behaves. It can be done statically, changing the program before executing it, or dynamically, inserting instructions while it's being executed.

List Instrumentation repositories

Anathema

73
Stars
15
Forks
Watchers

.NET instrumentation framework

frida-boot

306
Stars
42
Forks
Watchers

Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners!

fluxter

105
Stars
20
Forks
Watchers

High-performance and reliable InfluxDB writer for Elixir

giri

131
Stars
32
Forks
Watchers

Dynamic Program Slicing in LLVM Compiler

frida-snippets

2.2k
Stars
394
Forks
Watchers

Hand-crafted Frida examples

traute

28
Stars
4
Forks
Watchers

Enhances java sources compilation in a way to insert null-checks into generated *.class files

ida_bochs_windows

60
Stars
10
Forks
Watchers

Helper script for Windows kernel debugging with IDA Pro on native Bochs debugger (including PDB symbols)

adam

433
Stars
31
Forks
Watchers

Adam (or adm) is a coroutine-friendly Android Debug Bridge client written in Kotlin