Uthaa Posted September 28, 2021 Posted September 28, 2021 I've got the offset from the lib dump... and how to find it in gameguardian
Lover1500 Posted September 28, 2021 Posted September 28, 2021 get the start address of the lib you dumped. Add the offset(from your dump.cs) to that start address. The result address will be the one
MAARS Posted September 28, 2021 Posted September 28, 2021 local address = gg.getRangesList("libil2cpp.so")[1].start local offset = 0x3A68F78 gg.gotoAddress(address + offset)
GwenSSTARK Posted June 17, 2022 Posted June 17, 2022 On 9/28/2021 at 11:05 AM, MAARS said: local address = gg.getRangesList("libil2cpp.so")[1].start local offset = 0x3A68F78 gg.gotoAddress(address + offset) How do I get the address + offset? and look for the number next to it? e.g. "address + offset,1,2,3)"
Question
Uthaa
I've got the offset from the lib dump... and how to find it in gameguardian
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.