We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calling Injector::new() causes the program to segfault with no error. Example code:
Injector::new()
fn main() { Injector::new(); }
produces this: Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)
Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)
The text was updated successfully, but these errors were encountered:
I think you need to Frida::obtain before calling any frida functions.
Frida::obtain
Sorry, something went wrong.
@s1341 I'm sorry for oversimplifying. I had Frida::obtain at the top of the file
Please provide a full reproducer.... It's hard to tell what you're doing wrong, or whether there is a bug...
No branches or pull requests
Calling
Injector::new()
causes the program to segfault with no error. Example code:produces this:
Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)
The text was updated successfully, but these errors were encountered: