Files
jpexs-decompiler/libsrc/ffdec_lib
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
..
2015-05-12 10:48:55 +02:00
2015-05-12 10:48:55 +02:00
2016-09-18 23:37:02 +02:00
2016-09-20 21:43:52 +02:00