You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this is my first time using r2frida. I complied a hello_world C program on my Linux x86_64, and inspected it with r2frida.
My frida version is 17.2.14 and my radare2 version is 5.9.8.
No matter which address I set with the :db [addr] command, it always failed with response:
ERROR: error: cannot read property 'setHardwareBreakpoint' of undefined
Regarding this issue, I would also like to ask if hardware breakpoint is the only type of breakpoint I can set with r2frida.
If there are other alternatives, how could I set them?
Concerning the hardware breakpoint, is it implemented via the debug registers?