-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can revert the code easily ;) #26
Comments
Yes, within 5 minutes I figure it out too .. its just a "stupid base64 encode script" |
Thanks for your suggestions! I appreciate this. Would you like to add more level of complexity and obfuscation? I'm more than happy to review any of your PRs you want to add here 🥳 |
Try this one https://github.com/pk-fr/yakpro-po |
@MasterB0t How is Yak better and harder to decode? I assume you can tell us the difference and how it is better. |
@2braincells2go sure, Yakpro in other hard transform code, it rename variables, functions, class name, method into random characters so if you have a function something like this |
@MasterB0t Thank you for explaining! Makes perfect sense now:) |
@tbvinh it works, it is just base64 encoding, it doesn't ofuscate anything |
Line 5 in bf7ad9c
|
#Edit the obfuscate file:
--------------------------------------
$idx = strpos($source, "eval(\$__)");
$orgSource = substr($source, $idx + 24);
echo "<br/>ORIGIN SOURCE<br/><pre> $orgSource </pre> <br/>";
---------------------------------------
Please see the php code at my gist:
https://gist.github.com/tbvinh/d3a833321b4ba7e292253aa5a76ef52e
The text was updated successfully, but these errors were encountered: