Strace/Ltrace
Read the calls a binary is making
strace binaryname
or
ltrace binaryname
or
strings binarynameYou 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 binarynameYou can use Ghidra (GUI) to analyse any binary and do RE.
Last updated
Was this helpful?