Hello G33k5,

Kindly suggest me some free and open source tools for reverse engineering.

I know a bunch of tools like:
- nm <binary> returns all symbols used by the app
- strings <binary> returns all strings inside the binary
- lsof -p <pid> monitors files, sockets and files used by the application
- dtrace <process>
- strace <process>
- ltrace <process> all do more or less the same. monitor the calls of the
app
- gdb -atacched to process-

-- 
*Regards,
Sahil ModGill*
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to