Software introspection

Pwncollege

System call trace: strace 

Strace reports what system calls are triggered, what parameters were passed to them, and what data they returned. The syntax used here for output is 

system_call(parameter, parameter, parameter, ...)