Jump to content

3 posts in this topic

Recommended Posts

Posted

Hello

after dumping il2cpp lib with il2cppDummper and by browsing dumy dlls i found alot of useful staff

no my problem is if a var lets say health is at offset 0x2ECF56

can i read this var from memory without injecting scripts into app or mod it

if il2cpp base addres inside memory is 0x8000000 can i then read the health var from lib base addres + heallth var offset ? 

Posted

That offset is based on the class. So it's not literally 0x2ECF56 in memory, it's PlayerOffset+0x2ECF56. So yes, you need to find a way to get your player instance and then to read it you read the float stored 0x2ECF56 after that base address.

  • Like 1
Posted
On 8/11/2020 at 4:16 PM, bR34Kr said:

That offset is based on the class. So it's not literally 0x2ECF56 in memory, it's PlayerOffset+0x2ECF56. So yes, you need to find a way to get your player instance and then to read it you read the float stored 0x2ECF56 after that base address.

thanks.

but what are those ways to find my player instance ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines