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:
Jindra Petřík
2023-11-23 19:43:42 +01:00
parent 8ad981ff25
commit 9741e8260a
23 changed files with 783 additions and 210 deletions

View File

@@ -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();
}