mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:00:47 +00:00
AS3 better deobfuscation
This commit is contained in:
@@ -73,7 +73,7 @@ public class ABC {
|
||||
public int removeTraps() {
|
||||
int rem = 0;
|
||||
for (MethodBody body : bodies) {
|
||||
rem += body.removeTraps(constants);
|
||||
rem += body.removeTraps(constants, this);
|
||||
}
|
||||
return rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user