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

#2243 Feature to clear unused strings in ABC
Author: user NewChains
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Clean ABC
State: upgraded Help

Every time you compile a new version of your swf, all the new strings are cached in byte code, and even if you change the strings or delete them later, these old unsued strings still cached in byte code of the new compiled swf, which increase total file size, can you create a button or fearure to clear all the unused strings or stuff in byte code?
admin
In nightly 2805, there is a new context menu option on SWFs, DoABC tags and ABCs - "Clean ABC - remove unused items" which does this for strings and also other items in the ABC tag which are not referenced from any script. The button is also available from ABC Explorer.
State: new→upgraded