Solved radare2 : breakpoint not working properly

Hi,

I can't get the radare2 debugger to work.
I set a breakpoint but when the breakpoint is set it is shifted +1 byte (see screenshot)


Code:
$ freebsd-version -kru
14.1-RELEASE-p4
14.1-RELEASE-p4
14.1-RELEASE-p4

$ uname -a
FreeBSD ryzen3950x 14.1-RELEASE-p4 FreeBSD 14.1-RELEASE-p4 GENERIC amd64

$ r2 -v
radare2 5.9.4 1 @ freebsd-x86-64
birth: git.5.9.4 2024-09-06__22:00:50
commit: 02129cb2032f22e445bf98240859a0cca63336fd
options: gpl -O1 cs:5 cl:2 make

r2.png


Does anyone have the same problem ?
 
Last edited:
Back
Top