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 ?