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 


Allocate Memory to Fixed Address

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
alanze
Advanced Cheater
Reputation: 3

Joined: 03 Oct 2012
Posts: 50

PostPosted: Fri Oct 17, 2014 10:19 am    Post subject: Allocate Memory to Fixed Address Reply with quote

I want to allocate memory in auto assemble to a fixed address.
I now the regular formula: alloc(memoryname,1024).
How can i allocate to a fixed address for example to address 41000000?
It is possible in auto assemble?
But in lua?
(allocateSharedMemory(name, size))
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: Fri Oct 17, 2014 10:23 am    Post subject: Reply with quote

In auto assembler it'd be
Code:

alloc(memoryname,1024,41000000)

it will then allocate as near as possible as that address

in lua:
Code:

autoAssemble([[
alloc(memoryname,1024,41000000)
registersymbol(memoryname)
]])
getAddress("memoryname")

_________________
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
alanze
Advanced Cheater
Reputation: 3

Joined: 03 Oct 2012
Posts: 50

PostPosted: Fri Oct 17, 2014 3:23 pm    Post subject: Reply with quote

So it's possible (if the address is not allocated already), excellent, thanks.
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