Strace/Ltrace
Read the calls a binary is making
strace binaryname
or
ltrace binaryname
or
strings binaryname
You can use Ghidra (GUI) to analyse any binary and do RE.
Last updated
Was this helpful?
Read the calls a binary is making
strace binaryname
or
ltrace binaryname
or
strings binaryname
You can use Ghidra (GUI) to analyse any binary and do RE.
Last updated
Was this helpful?