-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
error php bypass #223
Comments
The message tells you that there is no openssl. Note that when you running on windows, you need to uncomment the setting |
It is not work, the sáme mistake, than above. |
Similar...Can you solve the problem? Starting ADB server... Fatal error: Uncaught Error: Call to undefined function openssl_decrypt() in C:\Users\Miklos Tibor\Downloads\27\bypass.php:230 |
@ginolaginola and @Renger1951, as found in the first two search hits.
As an alternative, this is looking promising ... written from a Linux/FreeBSD user who has almost no clue about Windows. |
Thanks, the same message. |
Not deleting. Just uncommenting, so that the line is not ignored. |
@ginolaginola where you able to verify that the openssl library is loaded? A common way is phpinfo. You could call |
Now: |
Try using the Python version |
[2024-11-28] [22:12:53] [INFO] - Account bind request found! Let's block it.
[2024-11-28] [22:12:53] [INFO] - Refactoring parameters...
PHP Fatal error: Uncaught Error: Call to undefined function openssl_decrypt() in C:\php\php\bypass.php:230
Stack trace:
#0 C:\php\php\bypass.php(330): decryptData('8/8Mnp7WcRph8sb...')
#1 {main}
thrown in C:\php\php\bypass.php on line 230
Fatal error: Uncaught Error: Call to undefined function openssl_decrypt() in C:\php\php\bypass.php:230
Stack trace:
#0 C:\php\php\bypass.php(330): decryptData('8/8Mnp7WcRph8sb...')
#1 {main}
thrown in C:\php\php\bypass.php on line 230
The text was updated successfully, but these errors were encountered: