Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Process Patcher

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Ok,

I have a "Trainer" which allows certain variables in a game to be edited. I am using the API function WRITEPROCESSMEMORY to write an address. The only problem is that the address that has to be written is different on different computers.

eg, one address that I write to is 009e3634 - this is for my Win95 machine, however on a Win98 machine I need to write to 007d3634, I think that different processor brands will cause a difference as well.

Basically I am looking for a Delphi or API command that will enable me to find the first 4 chars of the address without the user having to do it.

Thanks in advance for any responses,

Barry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top