bata24 / gef

GEF - GDB Enhanced Features for exploit devs & reversers
Other
355 stars 26 forks source link

a bug for hardware breakpoint #73

Closed henrymartin262 closed 7 months ago

henrymartin262 commented 7 months ago

hello your tools are great, buf I meet this problem "AttributeError: 'NoneType' object has no attribute 'startswith'" when I set a hardware breakpoint, and I dont know how to solve it

henrymartin262 commented 7 months ago

Snipaste_2024-04-10_15-49-00

bata24 commented 7 months ago

Hello, thank you for your report. Although I have not been able to reproduce it, it seems that the cause is that the location member of the breakpoint object is None. I think this probably fixed it. See 48037be74741bb69c1b50962ddbbfa2b06841b89 .

Please update to the latest version and try it out. If it is not fixed, please report again.

henrymartin262 commented 7 months ago

yeah, the bug has fixed that the window return to normal. Thanks!