SecurityWarnings

  • " <file name> not found" : The file to read from was not found in the file system.
    Blitzableiter.Blitzableiter.Program.TestCaseVerification()
  • "Action <Action code> version mismatch (action: <minimum required version> file: <source file> ) - Stream Offset 0x <the offset of the stream> " : Actions have been introduced over time so the minimum version for an action differs.
    Blitzableiter.Blitzableiter.SWF.AVM1.AbstractAction.Read()
  • "Compression is indicated, but version is <SWF file version> (must at least be 6)" : Compression is only available for version 6 or later.
    Blitzableiter.Blitzableiter.SWF.BaseFile.ReadHeader()
  • "Stream length <real file length> greater than header declared length <length provided in header> ","Trailing garbage detected!" : The real file length is longer than the length provided by the file header. This means that the file contains data that not supposed to be in there.
    Blitzableiter.Blitzableiter.SWF.FWSFile.Read()
  • "Code reading for size <> terminated prematurely at position 0x <> " :
    Blitzableiter.Blitzableiter.SWF.Helper.SwfCodeReader.GetCode()
  • " <number of file attributes> FileAttributes removed" : FileAttribute Tags were removed because there can only be one tag!
    Blitzableiter.Blitzableiter.SWF.SWFFile.FixFileAttributes()
  • "FileAttribute Tag added" : FileAttribute Tag was added to the SWF file due the FileAttribute Tag added was missing
    Blitzableiter.Blitzableiter.SWF.SWFFile.FixFileAttributes()
  • "Trailing garbage after END tag detected. Position 0x <position>, <length>" : The last tag in a SWF file is ever the END tag!
    Blitzableiter.Blitzableiter.SWF.SWFFile.Read()
  • Tag type <tag type> not known/documented" : A not known/documented tag type was found in the SWF file.
    Blitzableiter.Blitzableiter.SWF.SWFFile.Read()
  • "TAG FileAttributes not first in file, but at Tag # <relative tag position>" : Is shown if FileAttributes tag is not the first tag in the file (It have to be the first!).
    Blitzableiter.Blitzableiter.SWF.SWFFile.Verify()
  • "Multiple FileAttributes Tags: <number of file attribute tags> " : Is shown if multiple FileAttributes tags are present. The can be only 1 tag.
    Blitzableiter.Blitzableiter.SWF.SWFFile.Verify()
  • "SWF version <SWF version> requires FileAttributes Tag, but none was found - fixing it" : Is shown if the needed file attribute tag is missing.
    Blitzableiter.Blitzableiter.SWF.SWFFile.Verify()
  • "Trailing garbage within DefineButton: <stream position> of <stream length> bytes used." :
    Blitzableiter.Blitzableiter.SWF.TagHandler.DefineButton.Parse()
  • "AVM2 Code not supported" : Will be shown if AVM2 code is used.
    Blitzableiter.Blitzableiter.SWF.TagHandler.DoABC.Verify()
  • "DoAction code length <supposed code length> less than Tag length <tag length> " :
    Blitzableiter.Blitzableiter.SWF.TagHandler.DoAction.Parse()
  • "DoInitAction code length <supposed code length> less than Tag length <tag length> " :
    Blitzableiter.Blitzableiter.SWF.TagHandler.DoInitAction.Parse()
  • "Reserved Bits used in FileAttributes" : Reserved bit have been used that have to be 0.
    Blitzableiter.Blitzableiter.SWF.TagHandler.FileAttributes.Parse()

Also available in: HTML TXT