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

SWF file damaged after processing (disasm - asm) #17

Closed DmitriyYukhanov closed 11 years ago

DmitriyYukhanov commented 11 years ago

Hey, here is a file RABCDAsm damages: https://mega.co.nz/#!hFkXAaLL!COBbXhQ2din4kcR5Zi6kTXlnUPR7JbmQtqWuxXE69Pg

Just try to disasm and asm it back and it will not run anymore.

CyberShadow commented 11 years ago

The file will not run for me in the desktop SWF player. It emits the following AS error:

ReferenceError: Error #1069: Property @doswf__p not found on flash.display.LoaderInfo and there is no default value.
    at ❳Ĩ$/⎜()
    at Ậ()

Since it contains deletepropertylate instructions, I assume this is a duplicate of issue 18. The file behaves the same for me after disassembling and reassembling it (with fixed deletepropertylate support).