yooo1999

Results 20 comments of yooo1999

@disconnect3d `gdbinit` looks like ``` set pagination off file set arch arm set sysroot / target remote : source ~pwndbg/gdbinit.py set show-tips off b *0x commands silent echo "hi!" c...

@disconnect3d Maybe is there any way to add the breakpoint native instead of via Python?

@disconnect3d Just for doc. I have tried this fix https://sourceware.org/bugzilla/show_bug.cgi?id=29831#c2 It doesn't help

@disconnect3d yes, I used gdb-server version 12.1 (with that patch) and gdb-multiarch 12.0.90

@disconnect3d No , I re-compile the gdb-server with that patch , I didn't touch gdb-multiarch.

@disconnect3d I understand that is GDB bug and not `pwndbg` bug, But maybe just catch that exception into `pwndbg` and print offer how to set proper breakpoint using Python

@CptGibbon At least print warning...

I'm not pretty sure where is the place I can check some fields like `mutex` or `flags` @CptGibbon

@disconnect3d Yes! , like I mentioned I think there are some filed we can sanity check and print warning Maybe the arena struct is corrupted or maybe `pwndbg` couldn't identify...

which kind of instruction do you want me to try ?