mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 09:34:59 +00:00
#1127 autoRenameIdentifiers is not supported in CLI mode: fixed
This commit is contained in:
@@ -1130,6 +1130,12 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
}
|
||||
}
|
||||
|
||||
if (Configuration.autoRenameIdentifiers.get()) {
|
||||
deobfuscateIdentifiers(RenameType.TYPENUMBER);
|
||||
assignClassesToSymbols();
|
||||
clearScriptCache();
|
||||
}
|
||||
|
||||
getASMs(true); // Add scriptNames to ASMs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user