mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 11:58:24 +00:00
Some obfuscators will scatter the instructions: pushtrue pop or: pushfalse pop randomly throughout the P-code. As any push instruction immediately followed by a pop instruction must be a no-op, they are removed.