#1241 File content is different to what FFDEC shows in HEX view near instructions

This commit is contained in:
honfika@gmail.com
2016-05-29 12:32:50 +02:00
parent 81c3df016d
commit db0d490fc9
5 changed files with 29 additions and 1 deletions

View File

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