Closed MangaD closed 4 years ago
In various definitions of the ABC you will find conflicting documentation about unused instructions. Opcode 67 is currently implemented as getpropertylate
, what makes you think that getouterscope
is a more correct decoding of this opcode?
Didn't know about that. Closing this issue.
It appears
getouterscope
instruction isn't supported by RABCDAsm. Saw it here: https://www.free-decompiler.com/flash/docs/as3_pcode_instructions.en.htmlTested this instruction with JPEXS and it works.