mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 17:00:12 +00:00
Added AS3 P-code keyword "Unknown(N)", where N is index. For constants out of bounds. (mostly in dead code)
Fixed AS3 Deobfuscation causing invalid jump offsets for files with constant indices out of bounds
This commit is contained in:
@@ -163,6 +163,7 @@ ExceptionTarget = "exceptiontarget "{PositiveNumberLiteral}":"
|
||||
"MultinameL" |
|
||||
"MultinameLA" |
|
||||
"TypeName" |
|
||||
"Unknown" |
|
||||
"null" { return token(TokenType.KEYWORD2);}
|
||||
"(" { return token(TokenType.OPERATOR,PARAN); }
|
||||
")" { return token(TokenType.OPERATOR,-PARAN); }
|
||||
|
||||
Reference in New Issue
Block a user