-
Notifications
You must be signed in to change notification settings - Fork 181
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
Private constructors #10
Comments
In ScramblePrivateMethod.php I have added this condition in scanMethodDefinitions() |
@AbuJunayd that seems like a good fix, I'll implement that. |
I might make this more generic by adding regex ignores (and have a default one for |
bfabiszewski
pushed a commit
to bfabiszewski/php-obfuscator
that referenced
this issue
Mar 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have some classes with private constructors and after running the obfuscator the constructor function is being renamed from __construct to sp29fb99
The construction mechanism is then broken.
The text was updated successfully, but these errors were encountered: