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

#26 Merging DoABCTags
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: ignored Help

I want to say that you're just awesome and thank you so much for continuing the work on this awesome project! Wanted to say big thanks also for the "-all-" feature which is even better than what I wanted ;) So here is my suggestion - is it possible to make it so that when we save the .swf we can save all the DoABC tags merged (like it is in the -all- feature)?
admin
Hi, this change is not too easy as it looks like. Each DoABC tag contains ConstantPool - list of strings, numbers, names, methods, classes, scripts... When merging two DoABC tag, these tables should be joined and then all indices in the whole tag should be reindexed. Why would you need this feature?
user
Ah, that sucks ;< I am just editing a big .swf file that has each class in it's own DoABC tag and I need to rename some functions, classes and also change modifiers to public, but I can't put it back together since each class is in it's own DoABC tag. (I am using rabcdasm for the renaming and changing of modifiers)
user
Oh found a program that merges DoABC tags into one: ABCMerge Ok, thanks! Now all is perfect, you can close this. ;)
admin
Maybe someday in the future, ASDec could rename functions or change modifiers too... In ASDec, all the editing is done via GUI, so I have to make editbox for each feature. Rabcdasm has another aproach, it exports whole ABC as text. I will think about it.... maybe I could use some kind of editing like Rabcdasm does.
user
State: →ignored
Title: Merging DoABCTags→Merging DoABCTags
Type: →feature
Visibility: →Everybody