yakpro-po

YAK Pro - Php Obfuscator

OTHER License

Stars
1.3K
yakpro-po - minor bug fixes

Published by pk-fr over 8 years ago

added $GLOBALS for reserved variable names
changed check mode form isset to array_key_exists because some keys had null values ( uppercase NULL as an example)

yakpro-po - added --whatis command line option

Published by pk-fr almost 9 years ago

yakpro-po - issue #11 fix

Published by pk-fr almost 9 years ago

1.8.0 incomplete changes...

yakpro-po - issues #10 and #12 fixes

Published by pk-fr almost 9 years ago

Changed shebang from #!/usr/bin/php to #!/usr/bin/env php.
Changed yakpro-po.php execute mode within github.
Fixed Catch block class names are not scrambled #12

yakpro-po - issue #9 fix

Published by pk-fr almost 9 years ago

workaround for prettyprinter when empty php file

yakpro-po - issue #8 fix

Published by pk-fr almost 9 years ago

yakpro-po - typo fixes

Published by pk-fr almost 9 years ago

New config file $conf->t_ignore_pre_defined_classes element, replacing the old $conf->t_ignore_module_methods.
see config.cnf for more details

Ignore pre-defined classes, class constants, properties, methods.
if a use statement is present, do not shuffle statements that are located before the last use statement.
namespaces and classes are now sharing the same obfuscation context in order to be alias compliant.

yakpro-po - Updated Check for PHP Parser 1.x branch to be relative

Published by pk-fr almost 9 years ago

"Check for PHP Parser 1.x branch" now works when yakpro-po is not the current working directory.
minor regression fix for --help option.

yakpro-po - Check for PHP Parser 1.x branch

Published by pk-fr about 9 years ago

yakpro-po - notice clean, minor changes

Published by pk-fr about 9 years ago

yakpro-po - Consistent class constant obfuscation handling

Published by pk-fr about 9 years ago

Consistent class constant obfuscation handling,
as well as according config parameters and command line options.
many minor improvements.

yakpro-po - class constant obfuscation handling (class name obfuscation)

Published by pk-fr about 9 years ago

yakpro-po - class constant obfuscation handling

Published by pk-fr about 9 years ago

yakpro-po - update fr/README.md

Published by pk-fr about 9 years ago

yakpro-po - minor notice removing

Published by pk-fr about 9 years ago

yakpro-po - add command line parameters

Published by pk-fr over 9 years ago

yakpro-po - adds shuffle statements obfuscation

Published by pk-fr over 9 years ago

yakpro-po - modularize program structure

Published by pk-fr over 9 years ago

dispatch code in different files...

yakpro-po - add obfuscation for ctrl stmts & string literals

Published by pk-fr over 9 years ago

add obfuscation support for control statements & string literals