I am learning about objdump and know basic about it.
Objdump displays information about one or more object files.
Some people told me that we can using objdump to debug memory corruption, avoid global variable buffer overflow, optimize code ... but I don't know how to use it to do that?
Could you give me some examples for it?