Hello All, I want to check the address of each and every line of my code. Like when variable created at what address? When function created at what address? When function returns back then at what address? What I'm trying to do here? Using dumpbin to get
the information. What do I expect? fun main add: 0x0000 var int i add: 0x2496 var int j add: 0x249A this kind of solution I need; mean address of every line of code. A proper help with proper explanation is highly appreciated. Thanks in advance Regards Matt
↧