Replies: 3 comments
-
It's not clear what your task is, but if you are asking if it's possible to invoke a function within another one, the answer is of course you can |
Beta Was this translation helpful? Give feedback.
-
@vfsfitvnm even if it is not static methods ? Any example please? |
Beta Was this translation helpful? Give feedback.
-
I apologize but I won't write fresh code for you. Please figure out what you have to do, look at the other issues, there are plenty of code snippets... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Yo!:)
Have some methods that cooperate with other one..
class1 "DataController"
method1 "RageLevel"
class2 "StartPosition"
method2 "PlayerIndex"
For example some FridaJS code:
Just declare "RageLevel" as function:
Same with PlayerIndex:
And now i can get RageLevel value for specific player by index like this:
It is possible to make something like that with
frida-il2cpp-bridge
?Beta Was this translation helpful? Give feedback.
All reactions