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 


get all pages information

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Skyrimfus
Cheater
Reputation: 1

Joined: 17 Mar 2016
Posts: 42

PostPosted: Tue Jun 01, 2021 8:37 am    Post subject: get all pages information Reply with quote

Is there a way to find this information in lua programmatically:


I have tried:
lua
Code:

en = enumMemoryRegions()
for i=1,#en do
   if en[i].RegionSize == 0x69000 then
      print(i)
      printf("%X",en[i].BaseAddress)
      printf("%X\n",en[i].AllocationBase)
   end
end


but the results did not match up with the image above.
results:

Code:

3388
127171000
126F80000
 
5339
7FFD0D6B7000
0
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Tue Jun 01, 2021 10:49 am    Post subject: Reply with quote

that's the correct method

but never rely on size. regions can split up when memory changes. E.g if ce writes a byte, it splits

_________________
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
Skyrimfus
Cheater
Reputation: 1

Joined: 17 Mar 2016
Posts: 42

PostPosted: Tue Jun 01, 2021 6:18 pm    Post subject: Reply with quote

ah okay.
btw: what is the difference between Allocation Protect and Protect in enumMemoryRegions?
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 Lua Scripting 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