mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +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.