Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey all,

Does anyone know a method to read the memory addresses of an attached process in WINDBG.

They can be accessed through the memory window but i intend to use them in my extension dll, so a programmatic approach would be more helpful.


Thanks in advance.
Posted
Updated 21-Nov-12 21:34pm
v2
Comments
Richard MacCutchan 22-Nov-12 4:37am    
What exactly do you mean here? You read any part of memory by using a pointer that is initialised with the address you want to inspect. Always assuming that the address is valid for your process.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900