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 issues#1691 Does JPEXS provide a mappings service?
Author: Krystilize
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: new
I am trying to decompile a swf game and deobfuscate it through a mappings service, does
JPEXS have a mappings service I could use? I have looked though the library documentation
and can't seem to find anything. I am looking to do some modding on a haxe-compiled game.
Thanks!
What exactly do you mean by a "mapping service"?
We have "rename invalid identifiers" options in tools menu if that's what you are looking
for. (?)
Basically I am looking for a way to automatically rename the obfuscated identifiers with a
mappings that I create, am I able to rename these modifiers and save the SWF using the
library in a java project?