Hello,
I need to call VirtualAllocEx and it returns IntPtr. I call that function to get an empty address so I can write my codecave there(this is in another process).
How do I convert the result into UInt32,so I could call WriteProcessMemory() lately with that address?