Who access a certain memory in windbg

Viewed 50

How can I check on WinDbg which part of the code in an executable (disassembled) access a certain memory address? For instance, (pseudo) "get_addresses_use 140000" -> 14853, 12435 (addresses on text section that access the address 140000).

0 Answers
Related