Jump to content
  • 0

Question

Posted

can you give me a quick answer about this issue. i have dump which contain offsets but offsets wont work i tried. class name finder give me error says game is not unity based. surely it is unity then i found out that xa lib il2cpp is not starting at 13,073. something 

sorry for the bad English.

Screenshot_2024-01-23-08-57-33-19_5be35614ce683103e34fce37009b663e.jpg

11 answers to this question

Recommended Posts

  • 0
Posted
7 hours ago, bs6489570 said:

Facing the same problem.  When i try to use the offset from il2cpp dump in game gurdian it does't take me to the right place.

hope they can help us. 

  • 0
Posted
12 hours ago, Modingph said:

can you give me a quick answer about this issue. i have dump which contain offsets but offsets wont work i tried. class name finder give me error says game is not unity based. surely it is unity

offsets xa and cd
why you selecting (A) range only ? 

12 hours ago, Modingph said:

i found out that xa lib il2cpp is not starting at 13,073. something 

then you got the wrong num 

  • 0
Posted
5 hours ago, MANDO01 said:

offsets xa and cd
why you selecting (A) range only ? 

If you look at the pic his result is in Xa range

  • 0
Posted
19 hours ago, MANDO01 said:

offsets xa and cd
why you selecting (A) range only ? 

then you got the wrong num 

its not about the range bro  im asking the lib i manually selected the il2cpp.so which located in xa ranges the problem is how i can run the offsets finder if the value of correct il2cpp is not the same

13 hours ago, sammax71 said:

If you look at the pic his result is in Xa range

yeah thats what i mean. the value is not thesame of starting of il2cpp

  • 0
Posted (edited)

Hi @Modingph, I have the same problem but with different game. I suspect there's something wrong with the dumper causing incorrect offset in dump.cs, because of that, I always take offset from another dumper that dumps from memory. You might try: GGIl2CPP or badcase-toolbox.

Edited by MC874
  • 0
Posted
6 hours ago, MC874 said:

Hi @Modingph, I have the same problem but with different game. I suspect there's something wrong with the dumper causing incorrect offset in dump.cs, because of that, I always take offset from another dumper that dumps from memory. You might try: GGIl2CPP or badcase-toolbox.

scripts wont work. i think il2cpp value is not thesame

  • 0
Posted (edited)
On 1/23/2024 at 2:12 AM, Modingph said:

can you give me a quick answer about this issue. i have dump which contain offsets but offsets wont work i tried. class name finder give me error says game is not unity based. surely it is unity then i found out that xa lib il2cpp is not starting at 13,073. something 

sorry for the bad English.

Screenshot_2024-01-23-08-57-33-19_5be35614ce683103e34fce37009b663e.jpg

Are you sure it starts in Xa and not in Cd ? I never saw the start of the library being anything else then starting with the magical bytes of ELF.  PRess that arrow to see the path names and double check which range your lib start.

Edited by nok1a
  • 0
Posted

[ @Modingph ]
---

Quote

scripts wont work. i think il2cpp value is not thesame

Have you tried:

  • gg.getRangesList('libil2cpp.so')[1].start
  • gg.getRangesList('libil2cpp.so')[2].start

Or is it related to hotfix? Idk, I'll check the game later.
---

  • 0
Posted
On 1/30/2024 at 2:33 AM, kiynox said:

[ @Modingph ]
---

Have you tried:

  • gg.getRangesList('libil2cpp.so')[1].start
  • gg.getRangesList('libil2cpp.so')[2].start

Or is it related to hotfix? Idk, I'll check the game later.
---

i tried classname and offsets doesn't work

  • -1
Posted
On 1/23/2024 at 10:12 AM, Modingph said:

can you give me a quick answer about this issue. i have dump which contain offsets but offsets wont work i tried. class name finder give me error says game is not unity based. surely it is unity then i found out that xa lib il2cpp is not starting at 13,073. something 

sorry for the bad English.

Screenshot_2024-01-23-08-57-33-19_5be35614ce683103e34fce37009b663e.jpg

Dump game and just calculate offset 

Libil2cpp + offset

If not work try another offset

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 have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.