Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Plugin Personal Help

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source -> Plugin development
View previous topic :: View next topic  
Author Message
Bepetemish
Grandmaster Cheater
Reputation: 0

Joined: 12 Apr 2006
Posts: 564
Location: The Netherlands, GreenMile

PostPosted: Mon Sep 11, 2006 1:34 am    Post subject: Plugin Personal Help Reply with quote

Is there anyone who can make a Plugin (exept dark byte Razz ).

Because i think making a plugin will be harder then a UCE, so we need peaple that understand it and help peaple making a plugin. I would like to help with this, but first i need to understand how to, and the tutorial aint working for me.

So what im doing is asking for help so i can help Smile

_________________
CE Forum is so much fun ;D
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25287
Location: The netherlands

PostPosted: Mon Sep 18, 2006 8:37 am    Post subject: Reply with quote

with the 5.3 release come 2 example plugins with source. One made in delphi, and one made in Visual studio 2003 (c++)

It's basicly up to you what you do with it.

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
momocha
Master Cheater
Reputation: 0

Joined: 23 Jul 2006
Posts: 258

PostPosted: Wed Sep 20, 2006 5:14 pm    Post subject: Reply with quote

For this part, does it mean i can make it tick zf cf?
Also, for the part i highlight in blue, what does each one do?

2.11: ChangeRegistersAtAddress
A pointer to the ChangeRegistersAtAddress function in ce. This function will set a breakpoint at the address you specify and automatically change the registers in the way you want.

functiondefinition:
BOOL ChangeRegistersAtAddress(ULONG address,struct REGISTERMODIFICATIONINFO *changereg);

address: The address of the instruction you want to break on
changereg: a pointer to a structure that holds all the changes you want to do

Structure definition of REGISTERMODIFICATIONINFO:
struct REGISTERMODIFICATIONINFO
{
ULONG address; //addres to break on
BOOL change_eax;
BOOL change_ebx;
BOOL change_ecx;
BOOL change_edx;
BOOL change_esi;
BOOL change_edi;
BOOL change_ebp;
BOOL change_esp;
BOOL change_eip;
BOOL change_cf;
BOOL change_pf;
BOOL change_af;
BOOL change_zf;
BOOL change_sf;
BOOL change_of;
ULONG new_eax;
ULONG new_ebx;
ULONG new_ecx;
ULONG new_edx;
ULONG new_esi;
ULONG new_edi;
ULONG new_ebp;
ULONG new_esp;
ULONG new_eip;
BOOL new_cf;
BOOL new_pf;
BOOL new_af;
BOOL new_zf;
BOOL new_sf;
BOOL new_of;
};


Returns TRUE if everything want as planned.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25287
Location: The netherlands

PostPosted: Thu Sep 21, 2006 1:33 am    Post subject: Reply with quote

change_zf tells the debugger to change zf (you know it as the left checkbox)
new_zf tells it what to set it to (either true or false) (you know it as the right checkbox)

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source -> Plugin development All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites