Calculus1212 How do I cheat?
Reputation: 0
Joined: 29 Dec 2022 Posts: 1
|
Posted: Thu Dec 29, 2022 11:01 pm Post subject: How to modify java method at runtime? |
|
|
| Hello, I wanted to modify a java method using cheat engine, but I'm not sure which function provided by the java.lua file I should use. I already know the class signature where my method is located. I've thought about using the function java_redefineClassWithCustomData(class, memory), but I don't know what to put into the memory parameter so that only a specific method is changed. There is also the javaclasseditor_editMethod(parsedclass, parsedmethod, editMethod_applyClick, class) function, but not sure what to do any of these arguments. Any insights would be appreciated!
|
|