CyberShadow / RABCDAsm

Robust ABC (ActionScript Bytecode) [Dis-]Assembler
http://blog.thecybershadow.net/2010/05/05/announcing-rabcdasm/
GNU General Public License v3.0
431 stars 92 forks source link

`getouterscope` instruction #53

Closed MangaD closed 4 years ago

MangaD commented 4 years ago

It appears getouterscope instruction isn't supported by RABCDAsm. Saw it here: https://www.free-decompiler.com/flash/docs/as3_pcode_instructions.en.html

Tested this instruction with JPEXS and it works.

CyberShadow commented 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?

MangaD commented 4 years ago

Didn't know about that. Closing this issue.