AS1/2 deobfuscation of empty stack pops - returning Undefined instead

This commit is contained in:
Jindra Petřík
2018-05-28 18:00:32 +02:00
parent f48c92df27
commit 02660f396e
85 changed files with 377 additions and 254 deletions

View File

@@ -582,7 +582,7 @@ public class FlashPlayerTest {
}
}
Object res = lda.stack.pop();
Object res = lda.pop();
ffdecExecuteResult = "Result:" + EcmaScript.toString(res) + " Type:" + EcmaScript.typeString(res);
} catch (Exception e) {
ffdecExecuteResult = "Error:" + e.getMessage();