[IonCube/De-SourceGuardian/Plesk] Version 4.0.8.5 - In search of lost constants!

  • We strive to offer quality services, that's why this version constants a novelty that we think will delight you.
    Before version 4.0.85, the PHP constants was already automatically converted to a value, we put a function that allows to restore some (DIRECTORY_SEPARATOR, PHP_OS), but we noticed recently that it could be a handicap.
    For example with this constant group :

    Code
    error_reporting(E_ERROR | E_WARNING | E_PARSE);


    It will be translated on our decompiler PHP by this :

    Code
    error_reporting(7);


    Likewise for others constant like PHP_EOL...

    Our decompiler runs on Windows, the constant DIRECTORY_SEPARATOR was sometimes restore, while it should not be.

    So we became aware of these problems, and updated our decompiler, so that we can not automatically convert these values !

    The team DeZender.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!