Recent content by buzzbreak

  1. B

    PHP Ioncube Decoder.. Dynamic Keys.help!!

    we cant decode it, but sometimes bypassing some condition from regular PHP source code and recompile it will be work, i already test it. not all source will be work, because in ioncube version > 11, they overrides regular class and function caller, so it invisible to us
  2. B

    Ioncube decoder v12/v13

    When i look to the assemble code, they have some encrypt and decryption method before some overriding function access those script. It's tricky obfuscation way i think
  3. B

    Ioncube decoder v12/v13

    Not working anymore, the way i do just like above, ioncube now do override function and class caller so any opcode from class or function store at internal memory of ioncube not from global PHP variable
  4. B

    Ioncube decoder v12/v13

    Sorry for my bad english after all. Before ioncube 12 i can get the opcode with this extension opcodedump. But when ioncube 12 release i only can dump the meta information about executed function like function arg, total properties and so on not include with opcodes. Then i try to look the...
Back
Top