mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 12:55:50 +00:00
Added Apply unpacker menu on binary data
Added Harman unpacker for binary data Added Multilevel binary data unpacking is possible
This commit is contained in:
@@ -78,7 +78,7 @@ public class SearchResultsStorage {
|
||||
String binaryDataSuffix = "";
|
||||
|
||||
while ((s instanceof SWF) && ((SWF) s).binaryData != null) {
|
||||
binaryDataSuffix += "|binaryData[" + ((SWF) s).binaryData.getCharacterId() + "]";
|
||||
binaryDataSuffix += "|" + ((SWF) s).binaryData.getStoragesPathIdentifier();
|
||||
s = ((SWF) s).binaryData.getSwf();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user