Sorry, my English is not good, so I used a translation
I didn't find the number defined in the decompilation
This is the disassembly of the function and decompilation [image: image.png] [image: image.png]
i changed the opcodemap.java
I will upload the source code and lua file
Hope to fix this problem
thanks !
I think I have a new problem
Global variables cannot be correctly valued
L6 is supposed to be a global variable
But it's covered by the local variable with the same name
I think you can give a new name to a local variable in a function
like (functiname)L12_ L6
Or let global variables or local variables in file main have new names
I up the new img in the topic
hello,
Sorry, my English is not good, so I used a translation
I didn't find the number defined in the decompilation
This is the disassembly of the function and decompilation
[image: image.png]
[image: image.png]
i changed the opcodemap.java
I will upload the source code and lua file
Hope to fix this problem
thanks !
I think you want the for loop limits.
Latest change should fix this. (You can compile yourself.) Registers.java:
(The decompiler in stripped mode probably has other problems as well.)
Last edit: chriscp 2020-08-20
I think I have a new problem
Global variables cannot be correctly valued
L6 is supposed to be a global variable
But it's covered by the local variable with the same name
I think you can give a new name to a local variable in a function
like (functiname)L12_ L6
Or let global variables or local variables in file main have new names
I up the new img in the topic
Last edit: chriscp 2020-08-20
I just made another change to fix this.
Constants after the keyword "or" cannot be exported correctly
Last edit: chriscp 2020-08-20
After I manually modified the error I mentioned above, the script has been able to run normally
New change addressed this issue.
I know there are still problems, but if it is good enough for you now, that is good.
I think it's good enough
Thank you for your time to solve my problem
thanks your update! I didn't expect to get a reply so soon
Last edit: chriscp 2020-08-19