Joined: 29 Nov 2006 Posts: 449 Location: The yogurt country
Posted: Thu May 10, 2007 11:45 am Post subject: [RQ] Help-DLL Trainer in Delphi
;( Google is not my best friend anymore! I am tired of searching. You people are my last hope now.
I am new ... but i want to learn. I would like to make my onw DLL Trainer... so whenever I inject the dll into the process. The dll must set Zero Flag at the address 004813**
The Questions are:
1.What must be used exept those:
Code:
uses
SysUtils,
Classes;
2.Will this work if the code is located at the default place (an empty project start):
Code:
begin
end.
3.I Want to make something like:
Code:
begin
tickzf(0,$004813**);
end;
but what to write to:
Code:
procedure mydll.tickzf(???);
========================================
I`ll +rep a person who writes me a full working code which i`ll try to understand and remember from now on. A completely working copy/paste = method to my dll project _________________
"tickzf" is not a real procedure in sysutils or classes, its part of CE disassembler so you will have to put some CE uses in your uses. (I don't know which ones you'll need exactly but look at the CE source)
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