-
Hello, I'm trying to change/edit fields in a class.
The error:
Is there any way to modify thread static fields? |
Beta Was this translation helpful? Give feedback.
Answered by
vfsfitvnm
Jun 21, 2023
Replies: 1 comment 1 reply
-
In theory, yes, there is. However, you could do some hardcoding and you'd be fine. Take a look here to see how I look for thread local values |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KWINEKO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In theory, yes, there is.
Unfortunately I couldn't find a decent/working way to do that, yet.
However, you could do some hardcoding and you'd be fine. Take a look here
frida-il2cpp-bridge/src/il2cpp/structs/thread.ts
Line 119 in ae7ef9e