Posted: Sun Oct 27, 2013 3:36 pm Post subject: Base address "app.exe"+00078568?
I used the pointer scanner and found a base address in the format of "application.exe"+00078568 (or any other number).
I am writing C++ code and wanted to use the base address to WriteProcessMemory() but I do not know the address of "application.exe" since the process's address probably changes every time I reopen it.
How would I find the address for "application.exe" and add it to the given number to get my base address for use in a C++ program?
Joined: 05 Oct 2013 Posts: 32 Location: Planet Mercury :P
Posted: Tue Nov 05, 2013 1:41 am Post subject:
You Can Use 2 Methods
First Method :
Try To Find what accesses this Pointer , Add + Offset and it's 70% working
Other Method "Kindda Good" :
Download a program that called "PC Hunter"
Then Open it after opening the game
Now you will see the name of it in the process list
right click on it and then --> view---> Memory
and try to find it Copy the base address (Which is in the First Left Corner textbox)
and add it to the 007***** thing
So You will get at last :
("YourGameBaseaddress"+ 007***** )
and that's all
Now to write it in The WritingMemory thing just use calculator and
Check the programmer One , and choose hex then add those 2 and copy the product
Thank me if i helped
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