yakpro-po

YAK Pro - Php Obfuscator

OTHER License

Stars
1.3K
yakpro-po - remove strftime as it is deprecated as of php 8.1 Latest Release

Published by pk-fr over 2 years ago

yakpro-po - fix issue #97

Published by pk-fr about 3 years ago

label obfuscation was incorrect since 1.x to 2.x migration

yakpro-po - fix issues with anonymous classes & return type declarations

Published by pk-fr over 4 years ago

fix issue #72 with anonymous classes
fix issue with return type declarations

yakpro-po - fix issue with defined() function

Published by pk-fr over 4 years ago

missing a file in previous release

fix issue #62

yakpro-po - fix bug when use without alias

Published by pk-fr over 4 years ago

fix issue #61

yakpro-po - update of scrambler version

Published by pk-fr over 4 years ago

forgotted in previous release

yakpro-po - use of aliases

Published by pk-fr over 4 years ago

cannot detect of which type an alias is by analysing the ast...
so merged function and classes scramble names.
both or none has to be obfuscated if an alias is used

solves issues #54 and #58

yakpro-po - php 7.4 compatibility

Published by pk-fr almost 5 years ago

fn is now a reserved keyword.

fix issue #50

yakpro-po - bug fixes and new options

Published by pk-fr about 5 years ago

added option to follow symlinks
bug fixes in namespace obfuscation thanx to lucasexe

yakpro-po - can now obfuscate shebang php scripts

Published by pk-fr over 5 years ago

fix issue #40

fix issue #39

yakpro-po - added some more reserved variable names....

Published by pk-fr almost 6 years ago

add '$php_errormsg','$HTTP_RAW_POST_DATA','$http_response_header','$argc','$argv' to reserved variable names

yakpro-po - solved issue #34

Published by pk-fr about 6 years ago

yakpro-po - Release of 2.0.0 version

Published by pk-fr about 6 years ago

yakpro-po 2.x works on PhpParser 4.x
it will run on php >= 7.0, obfuscating code for php 5.2 to php 7.2

If you are running php 5.3 or higher,
Please use yakpro-po 1.x using PhpParser 1.x

added enhancements: #32 #33

yakpro-po - fix issue #26 Last 1.x release running on php 5.3

Published by pk-fr over 6 years ago

allow ignoring empty php files

This is the last 1.x yakpro-po version running on php 5.3
The upcomming 2.x yakpro-po version will work on PhpParser 4.x
so, it wil run on php >= 7.0, obfuscating code for php 5.2 to php 7.2

yakpro-po - function name mismatch

Published by pk-fr almost 8 years ago

fix issue #19

yakpro-po - preserve permissions/owner/group

Published by pk-fr almost 8 years ago

fix issue #17 , and also preserve owner and group

yakpro-po - instanceof classname obfuscation support added

Published by pk-fr over 8 years ago

issue #15 fix.