Files
jpexs-decompiler/libsrc
MultiplyByZer0 0b65cb3c6b Deobfuscate no-op push instructions
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.
2017-02-11 21:37:31 -05:00
..
2016-07-23 21:19:44 +02:00
2016-07-23 21:19:44 +02:00
2016-09-18 23:47:03 +02:00
2016-07-23 21:19:44 +02:00
2015-12-15 20:15:20 +01:00
2016-07-23 21:19:44 +02:00
2015-04-28 15:34:27 +02:00