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

gum-js-loop (20): EXC_BAD_ACCESS (code=1, address=0x0) #753

Open
Picasso-r opened this issue Oct 11, 2023 · 0 comments
Open

gum-js-loop (20): EXC_BAD_ACCESS (code=1, address=0x0) #753

Picasso-r opened this issue Oct 11, 2023 · 0 comments

Comments

@Picasso-r
Copy link

I'm trying to use frida to fuzz, but when the target function has executed 440 times, it will always crash and report
"gum-js-loop (20): EXC_BAD_ACCESS (code=1, address=0x0)".

Actually, the program's rip register jumps out of the target process and goes to an unknown memory address.

If I tries to use Stalker.garbageCollect(); more often, the executed time before crashing will reduce, and the unknown memory address will also reduce.

I think there must be something wrong with my frida scripts. What is the thread 'gum-js-loop' used for?

I'm really a beginner. Thanks.

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

1 participant