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 


Ability to reference a table into the executeCodeEx?

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

Joined: 22 Jun 2021
Posts: 489
Location: mov dword ptr [Ukraine]

PostPosted: Tue Feb 27, 2024 12:52 pm    Post subject: Ability to reference a table into the executeCodeEx? Reply with quote

So it gives me the error because of possible type definition that should be in table

passes NULL to the stack if given table as integer

_________________
void(__cdecl *Haxing)(HWND hGameWindow)
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Tue Feb 27, 2024 3:54 pm    Post subject: Reply with quote

I think you mean it needs a memory block, not a table

you'll have to allocate that memory in the target process first, fill it with data, and then pass that address as parameter to the function you're calling

you can use lua command allocateMemory() , or autoAssembler alloc() and then fill it in accordingly

but you can also use C inside AA if you prefer:
Code:

{$c}
struct
{
int x;
int y;
int z;
} mystruct={1,2,3};
{$asm}

which will then register a symbol called "mystruct" with x=1, y=2, z=3

_________________
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