- Ghidra
- Radare2
- Ltrace
- Strace
- gdb
- Debugger
- Decompiler
- Graphic Interface
r2 -d /path/to/file
aaa
analyze fileafl
list functionss function_name
pdf
print assembly code of the function
ltrace /path/to/file
gdp /path/to/file
info functions
b *pointer_value
breakpointrun test
info registers