- 0
How to hook a method parameter via game guardian
-
Similar Content
-
- 1 answer
- 715 views
-
- 1 answer
- 1,183 views
-
- 3 answers
- 2,105 views
-
- 1 answer
- 408 views
-
- 10 answers
- 4,493 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;
}
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