teesquared / flasturbate

A SWF obfuscator.
GNU General Public License v3.0
28 stars 7 forks source link

SWFs compiled using Inline parameter throwing Invalid Code Length exception #1

Closed vpmedia closed 2 months ago

vpmedia commented 9 years ago

How to reproduce: Compile a source code using [Inline] metadata and compiler parameter -inline

Exception after launching the SWF:

VerifyError: Error #1043: Invalid code_length=0.
teesquared commented 9 years ago

I haven't tested it with inline yet. If the SWF decompiles correctly with the disassembler RABCDAsm then we'll need to get the latest from them to support inlining.

vpmedia commented 9 years ago

Thanks for the response.