News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

VirtualAlloc and debugging with OllyDbg

Started by bit8bug, January 23, 2013, 06:36:01 AM

Previous topic - Next topic

bit8bug

I have the following code

invoke  VirtualAlloc,0,eax,MEM_COMMIT + MEM_RESERVE, PAGE_EXECUTE_READWRITE

QuoteIf the function succeeds, the return value is the base address of the allocated region of pages.
so eax is loaded with 20000 , how can I find this address (this allocated memory) in OllDbg ?

bit8bug

Ooops that was easy , right click follow in dump  :redface: