- 0
How to hook a method parameter via game guardian
-
Similar Content
-
- 1 answer
- 673 views
-
- 1 answer
- 1,139 views
-
- 3 answers
- 1,991 views
-
- 1 answer
- 382 views
-
- 10 answers
- 4,399 views
-
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.
Question
harpov
Hi! Can you tell me how to hook a parameter of this method through game guardian. (il2cpp.so) I will be grateful for your help
below is an example of my method
[Token(Token = "0x60014AD")]
[Address(RVA = "0xAFA720", Offset = "0xAFA720", VA = "0xAFA720")]
public static Sprite getFrame(string id = "")
{
return null;
}
Link to comment
Share on other sites
3 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