Dealing with class names in opcodes
Posted: Thu Jun 20, 2019 4:49 pm
Hi folks
Hopefully this is simple enough to answer.
I have activate mono features enabled.
I have an opcode that looks like this:
Obviously that can't be injected. I assume that one can write something like:
and then change the above opcode to:
Could someone please tell me what function I'm looking for that allows the compiler to handle this?
Many thanks
Hopefully this is simple enough to answer.
I have activate mono features enabled.
I have an opcode that looks like this:
mov r11,CheatMenu:InitHeaders
Obviously that can't be injected. I assume that one can write something like:
FindMonoClass(init,"CheatMenu:InitHeaders")
and then change the above opcode to:
mov r11, init
Could someone please tell me what function I'm looking for that allows the compiler to handle this?
Many thanks