I recently had a task at work to understand a binary Linux program. However, the program was in binary form.
I used the commands
file
, strings
, and objdump
to have a slight idea of what it was doing, and what functions it was calling.
It seems the binary is compiled with debugging information. What more can I learn about it?
Asked by user271479
Jan 19, 2018, 11:50 PM
Last activity: Nov 2, 2019, 05:51 PM
Last activity: Nov 2, 2019, 05:51 PM