Posted: Sun Feb 23, 2014 11:45 am Post subject: [VB.NET] Get Base Address of process ("THREADSTACK0)
I'm trying to get a base address of a process because my pointer in CE is:
""THREADSTACK0"-00000D74". As much as I figured from other posts - this THREADSTACK0 is just process base address.
I'm trying to go this way:
Code:
Dim Proc As Process() = Process.GetProcessesByName("Game")
Dim base_address As IntPtr = Proc(0).MainModule.BaseAddress
but it just doesnt work - the returned value is not even close to what I'm looking for - any ideas?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum