magicalhobo / SWFWire

Flash Development Tools

Home Page:http://www.swfwire.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error #1125

DmitriyYukhanov opened this issue · comments

Hi!

I have this error:
[Fault] exception, information=RangeError: Error #1125: The index 2 is out of range 2.

A the line 652 of file ABCReader.as:

if(!instructions[instructionId])

while trying to load this file:
http://www.sendspace.com/file/7iysgb

Loaded right as shown in example (Parse a SWF http://www.swfwire.com/decompiler)

An error was being thrown when an invalid instruction is encountered. This is no longer the case since obfuscators do this intentionally.

So, there is no way to normally load and work with such SWFs?(

I'm not sure what you mean. The SWF you posted is read correctly for me with the latest commit.

Ouch, I misunderstood it, awesome, thanks!