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 


Registers

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Frouk
Grandmaster Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 510

PostPosted: Sat Aug 07, 2021 2:37 am    Post subject: Registers Reply with quote

Add an possibility to watch all registers on selected address?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

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

PostPosted: Sat Aug 07, 2021 10:38 am    Post subject: Reply with quote

set a breakpoint and watch it all.

Or use lua
Code:

debug_setBreakpoint(0x10002B42C,function()
  printf("RAX=%x",RAX)
  printf("RBX=%x",RBX)
  printf("RCX=%x",RCX)
  printf("RDX=%x",RDX)
  printf("RSI=%x",RSI)
  printf("RDI=%x",RDI)
  printf("RBP=%x",RBP)
  printf("RSP=%x",RSP)
  printf("R8=%x",R8)
  printf("R9=%x",R9)
  printf("R10=%x",R10)
  printf("R11=%x",R11)
  printf("R12=%x",R12)
  printf("R13=%x",R13)
  printf("R14=%x",R14)
  printf("R15=%x",R15)

  return nil
end)


And instead of printf you could write it all down to a treeview or something

_________________
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
Frouk
Grandmaster Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 510

PostPosted: Mon Aug 09, 2021 1:14 pm    Post subject: Reply with quote

Got an idea to make lua extension
Back to top
View user's profile Send private message
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