when testing my own implementation of the DoABC tag parser (Actiontec byteecode), I came across a SWF file that had something strange in it. There is a method with a bytecode that makes little sense (even opcodes that are not defined!).
I found some more swf files that have such a method. Oddly enough, this method always has the same length and is always determined last, but the bytecode varies from file to file. However, it seems that the swf file is in no way dependent on this method, since it works fine. I realized that perhaps this method is not being called, but I cannot verify this at the moment.
Does anyone have an idea what the purpose of this method is? For reference, one such file is located here: http://swf.tubechop.com/tubechop.swf
source
share