This articles is a simple collection of programm I use
for understanding how a third party programm interact with
the system.
List symbols of a binary
# Show shared libraries used by a programm
Get asm code
List open file and network connections
Based on Dtrace
dtrace is a powerfull tools for reverse engineer
iosnoop
iosnoop is a live trace of disk/io
## opensnoop
Live trace file opening
## execsnoop
Live trace program execution
## druss
dtruss allow you to show all system calls. You can filter by binary with the -n options.
errinfo
Show system calls errors