-
Notifications
You must be signed in to change notification settings - Fork 121
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
Breakpoint can not work properly #284
Comments
Have you solved this problem? I encounter it too, and r2 cashed. |
No. It always crash.
原始邮件
发件人:"tonychen"< ***@***.*** >;
发件时间:2022/2/17 13:35
收件人:"nowsecure/r2frida"< ***@***.*** >;
抄送人:"纳姆波1"< ***@***.*** >;"Author"< ***@***.*** >;
主题:Re: [nowsecure/r2frida] Breakpoint can not work properly (#284)
Have you solved this problem? I encounter it too, and r2 cashed.
&mdash;
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
The current implementation of breakpoints is an event holder, which is not exactly how breakpoints should work, so its known and expected to fail. Eventually i'll find time to implement that properly, but ideally that should be a feature provided by frida-gum. Afaik, the DWARF project (qt frontend for frida) implements breakpoints in a better way, if you try it out, let me know if it works well there and we can port that functionality without depending on changes in Frida. |
I've tried DWARF's breakpoint function and it works well. |
When discussing breakpoints. What is the state or considerations to being able to support smali breakpoints aswell? There are debugger like jadx, who support it. They use adb. As far as i know with apk:// r2 is able to display the dex code or smali quite well. |
My plan is to implement the logic done in DWARF inside r2frida, and their implementation supports objc, native and dalvik breakpoints. That stuff is implemented in here https://github.com/iGio90/DwarfCore hope to allocate some time for this next week, as long as i think it's a very important feature :) |
Expecting it. Thanks |
Please try the new breakpoint support now and verify whether it works or not :) |
Breakpoint can not work properly.
When break point is hitted, following error message will be show, my OS is Ubuntu20.04. My phone is Android 10. ARM64 does not support?
The text was updated successfully, but these errors were encountered: