Posted: Tue May 22, 2012 12:47 pm Post subject: delphi help
I would like to use your writeprocessmemory and Openprocess replacement for my delphi program but I don't understand how to call it and where it is(if it is in a DLL file or the driver). .
i want to this piece of code:
function XOpenProcess(dwDesiredAccess:Cardinal;blnheritHandle:LongBool;dwProcessid:Cardinal):cardinal;external 'kernel.dll' name 'OpenProcess';
procedure XWriteProcessMemory(hProcess:Cardinal;const lpBaseAddress: Pointer; lpBuffer: Pointer;nSize:Cardinal;var lpNumberOfBytesWritten:Cardinal);external 'kernel.dll' name 'WriteProcessMemory';
but I don't know how to call the function.So can you help me?I'm not sure if I should post this in the cheat engine or the programming section(this is a topic about cheat engine but it's programming ).And I can no longer compile stuff in free pascal so I can't view src
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