@x87 In some cases this problem still exists. In fact, I don't have an example, but I decompile the cleo that I wrote before and still have this problem. I noticed that when a cleo has a lot of hex (string,assembly) code, some OP tags are still not properly decompiled:
0AC6: 15@ = label -2315 pointer
0AB1: cleo_call -2367 3 3@ 4@ 5@
Android’s 0DD2 is worse than PC’s two:
0DD0: 33@ = get_label_addr -22 // android
0DD1: 33@ = get_func_addr_by_cstr_name 33@ // android
004E: terminate_this_script
:NONAME_22
hex
5F 5A 4E 36 43 50 6F 6F 6C 73 31 34 6D 73 5F 70
4F 62 6A 65 63 74 50 6F 6F 6C 45 00
end
And there is no problem in the previous version
@x87 In some cases this problem still exists. In fact, I don't have an example, but I decompile the cleo that I wrote before and still have this problem. I noticed that when a cleo has a lot of hex (string,assembly) code, some OP tags are still not properly decompiled:
And there is no problem in the previous version