Jump to content
  • 0

il2cpp RVA offset is not working in Game Gurdian


Question

Posted

I have dumped a game libil2cpp.so

Game Link Bus Simulator Indoneshia 3.6.1 (old version)

I have found RVA offset of setting the max number of player in multiplayer room. 

// RVA: 0x76F188 Offset: 0x76F188 VA: 0x76F188
    public int get_maxPlayer() { }

Screenshot_2024-12-30-18-46-01-755_bin_mt_plus.thumb.jpg.54b494542eb7133142656c444a20eb35.jpg

The default max player is 10.   different Mod makers mod the number and create a  room more than 10 players.

I tried to go to the offset using Game Gurdian. 

But when I go to the adress it show a different number.  The value must be 10.

Here is my recording

 

I think may be I came in wrong adress. 

How to find the correct adress using RVA 

 I also tried from my laptop emulator. There also came same problem.

 

N:B: The 3.6.1 version of the game is famous for playing more player than 10 in multiplayer room.  So I am also trying to make 1

 

Dump File of The Game bussid 3.6.1 Dump.cs 

 

I tried other RVA offset of the game like setting the Min player in Room 

// RVA: 0x76F030 Offset: 0x76F030 VA: 0x76F030

 public int get_minPlayer() { }

The value should be 0.  But when I go to there the value comes diffrerent in DWORD 

 

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.