Skip to content
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

Injector does segfault #137

Open
bruhderek opened this issue Jun 17, 2024 · 3 comments
Open

Injector does segfault #137

bruhderek opened this issue Jun 17, 2024 · 3 comments

Comments

@bruhderek
Copy link

Calling Injector::new() causes the program to segfault with no error. Example code:

fn main() {
    Injector::new();
}

produces this: Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)

@s1341
Copy link
Contributor

s1341 commented Jun 18, 2024

I think you need to Frida::obtain before calling any frida functions.

@bruhderek
Copy link
Author

@s1341 I'm sorry for oversimplifying. I had Frida::obtain at the top of the file

@s1341
Copy link
Contributor

s1341 commented Jun 18, 2024

Please provide a full reproducer.... It's hard to tell what you're doing wrong, or whether there is a bug...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants