JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#1148 Can this file be decompiled? I'm getting no luck
Author: user shyden
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? Try to load the file > What is the expected output? What do you see instead? All the classes including traits and functions > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Newest stable build V7.1.2 Windows 10 Pro > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. I am trying to decompile a .swf file so it can be edited but i'm getting an error saying it couldn't read the tag? "Error during tag reading. SWF: 20539_.swf ID: 82 name: Unresolved pos: 4505945" I will attach the .swf file to this post
Download20539_.swf (4,430 KiB)
user
> What is the expected output? What do you see instead? All the classes including traits and functions Instead i'm getting this error: "Error during tag reading. SWF: 20539_.swf ID: 82 name: Unresolved pos: 4505945"
admin
The file you attached is ends in the middle of actionscript tag. Either the the file was uploaded not correctly to the tracke or you just have invalid file. Uploaded file has 4 535 993 bytes. Is this really the full file? Are you sure the file runs in flash player correctly?
developer
As JPEXS said the file is truncated in the middle of the ABC tag. Maybe this is an obfuscation, maybe not. I don't know. The latest nightly handles this situation better. It decompiles the available scripts (method bodies) and shows an error in the log. Btw: your file is highly obfuscated, probably it loads the real code from DefineBinaryData (1), which is probably an encrypted swf file. Open loaded SWF while playing feature is not working with your file. I have the same question: "Are you sure the file runs in flash player correctly?"
admin
State: new→closed