You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
I know this isn't maintained, but I'm hoping someone sees this and can answer.
How can I call iAddAddressManually and successfully specify a Pointer with an offset, as I can do in the Cheat Engine application? Is there some kind of syntax for this or is there a better way? Also I'm using a registeredsymbol, which does work as an address directly, but what I'd like is to make it a pointer so that my address is the value of my symbol + an offset.
I know this isn't maintained, but I'm hoping someone sees this and can answer.
How can I call iAddAddressManually and successfully specify a Pointer with an offset, as I can do in the Cheat Engine application? Is there some kind of syntax for this or is there a better way? Also I'm using a registeredsymbol, which does work as an address directly, but what I'd like is to make it a pointer so that my address is the value of my symbol + an offset.
ex.)
Address: HP_BaseAddress, Value: 029A4674
Address: HP_BaseAddress+78, Value: 100 (address is actually 29A46EC)
The text was updated successfully, but these errors were encountered: