Index should be set to instruction before we broke out of the loop

This commit is contained in:
de4dot 2011-10-29 20:25:41 +02:00
parent b57c93eae4
commit 37a64f77f2

View File

@ -112,6 +112,8 @@ namespace de4dot.deobfuscators.dotNET_Reactor {
else
emulator.emulate(instr);
}
if (i != newarrIndex + 1)
i--;
newarrIndex = i;
byte[] resultArray = new byte[resultValueArray.Length];