Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

register of address #19

Open
9fl0w opened this issue Dec 19, 2019 · 2 comments
Open

register of address #19

9fl0w opened this issue Dec 19, 2019 · 2 comments
Labels

Comments

@9fl0w
Copy link

9fl0w commented Dec 19, 2019

h

@fenix01
Copy link
Owner

fenix01 commented Dec 19, 2019

Hi,

What do you mean by changing the register of an address ?
Registers are small pieces of memory inside your CPU.
From a script you can change the value of a register with the help of the mov instruction.

You can do something like this mov eax, 0. But be careful because RIP is a special register used to point to the next instruction to execute.

@fenix01
Copy link
Owner

fenix01 commented Dec 24, 2019

With this library you can inject assembly code in the program. So it would be possible to hook one function to jump into your own code.
You can patch the program, to replace one instruction by an unconditionnal jmp (jmp instruction) to your section. If I was you, I would try to write this code with cheat engine to check if the script works. Then, I'll use the script in the library.

And about Lua, the library is not based on the latest release of cheat engine, so lua is not supported. But you can use all the power of (c, c++, delphi) to extend this library.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants