mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 09:25:05 +00:00
show swf info when swf found in memor on command line search
This commit is contained in:
@@ -1920,6 +1920,7 @@ public class CommandLineArgumentParser {
|
||||
if (s instanceof SwfInMemory) {
|
||||
SwfInMemory swf = (SwfInMemory) s;
|
||||
String fileName = cnt.getAndIncrement() + ".swf";
|
||||
System.out.println("SWF found (" + fileName + "). Version: " + swf.version + ", file size: " + swf.fileSize + ", address: " + swf.address);
|
||||
Helper.writeFile(fileName, swf.is);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user