- 0
il2cpp RVA offset is not working in Game Gurdian
-
Similar Content
-
- 4 answers
- 2,128 views
-
- 16 replies
- 28,781 views
-
- 0 replies
- 3,472 views
-
- 82 replies
- 201,997 views
-
Find offset
By trafo,
- 9 answers
- 3,976 views
-
Question
bs6489570
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() { }
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now