Jump to content

2 posts in this topic

Recommended Posts

Posted

Hey, if you're here you probably wondering what's inside some codes that have <void> and don't have any parameters or have some but the code always hided, RIGHT ?

Well you're on the perfect tutorial to see what's going on behind those codes!

 

First Example:

Spoiler

image.png

 

Every Create functions you can do something that is called "No Operation."

Here, GameController is calling CreateGameIntro, the function is pretty self explanatory!

The game will just hide stuff into this function to create a game intro!

 

How to mod this ?

Well, if you know ARM codes (especially ARM32 codes)

you'll just have to NOP BX LR that stuff -> HEX: 00 F0 20 E3 1E FF 2F E1

 

Second Example:

Spoiler

image.png

Well, it's another example but different code, it is for updating the game, inside the code there is probably something to call the update and if you skip it, you will have no update! For the method you have 4 parameters:

The method i use to force return the parameters is pretty simple

HEX: 04 00 A0 E1 1E FF 2F E1

 

I hope you enjoyed the tutorial =))

There is many other examples to do with these two methods, but i let you find it and test everything you can actually test 😛

 

see ya,

L808

  • Like 8

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 would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines