t1f7 / scp-internal-il2cpp

il2cpp internal cheat for SCP SL
57 stars 15 forks source link

How to find offsets using AOB scan by CE? #29

Open D02415021 opened 3 years ago

D02415021 commented 3 years ago

I have used CE to "first scan" AOB, and the results are also scanned. Which is the correct offset? The following figure is the scan result. I use

GameAssembly.dll+11EF3E8
where the 0x11EF3E8 compiled dll can be injected into the SCPSL process normally by VS2017, but as long as the server is connected to the server and the map resource is loaded, the SCPSL process will exit. I use the wrong OFFSETS ? https://imgur.com/pspNyel

t1f7 commented 3 years ago

Click "Mono" -> "Enable Mono features" It would add labels to code addresses so you know for sure what function you found.