mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 17:07:25 +00:00
#1241 File content is different to what FFDEC shows in HEX view near instructions
This commit is contained in:
@@ -2586,6 +2586,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
|
||||
int version = swf == null ? SWF.DEFAULT_VERSION : swf.version;
|
||||
ActionList list = ActionListReader.readActionListTimeout(listeners, rri, version, prevLength, prevLength + actionBytes.getLength(), src.toString()/*FIXME?*/, deobfuscationMode);
|
||||
list.fileData = actionBytes.getArray();
|
||||
list.deobfuscationMode = deobfuscationMode;
|
||||
if (swf != null) {
|
||||
swf.as2PcodeCache.put(src, list);
|
||||
|
||||
Reference in New Issue
Block a user