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 


Suggestion. Add new Lua commands

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
GH*master
Expert Cheater
Reputation: 8

Joined: 10 Jan 2008
Posts: 159

PostPosted: Tue Aug 23, 2011 5:50 am    Post subject: Suggestion. Add new Lua commands Reply with quote

FindAssemblyCode()
ListAssembleCodeToAddressList()
SetSoftwareBreakPoint()

Idea Example. Set breakpoints on all the addresses of conditional jumps

Code:

template = "ja;jae;jb;jbe;jc;jcxz;je;jz;jg;jge;jl;jle;jmp;jna;jnae;jnb;jnbe;jnc;jne;jnl;jnle;jno;jnp;jns;jnz;jo;jp;jpe;jpo;js;jz"

listAssembleCode = FindAssemblyCode(template) --: retun to StringList with line template "address - bytes - opcode"

addressList = ListAssembleCodeToAddressList(listAssembleCode)

SetSoftwareBreakPoint(addressList, bptExecute)
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

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

PostPosted: Tue Aug 23, 2011 7:49 am    Post subject: Reply with quote

Just an fyi:
if you're on win7 you can make use of the Gx bits in dr7 to break only on condititional instructions when tracing. I might add that as a feature you can toggle.

Also, next version already has an option to record all the instructions that get executed and contain a branch (including options to throw away results based on certain condition)


as for the instructions:
FindAssemblycode: It will take quite a long time to finish and if there is data inside the code (like strings) it might end up returning those addresses as well

SetSoftwareBreakpoint: If used with the above you will end up replacing data with cc bytes, which can cause a problem. Hardware breakpoints would not have such a problem, but is useless as there are only 4

_________________
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 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