mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 08:11:52 +00:00
AS1/2 deobfuscation of empty stack pops - returning Undefined instead
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user