ysf
ysf
gef-binja crashed replicateable in L50 of gef.py ``` tag_type = bv.tag_types["Breakpoints"] if "Breakpoints" in bv.tag_types else Tag ``` because Tag is an unknown name. This happens if you try to...
In the current version of huntr.dev a report goes public when a maintainer assigned a fix to an issue. I think it'll be better to differentiate between fixing a flaw...
I think after a report has been published, the back & forth comments should not be viewable to the externs. If there is something important in there, it should be...
Hey there, I'd like to know if it's possible to add a Filter a complete Track instead of having to add it to all the sources manually. That way also...
After sourcing decomp2dbg in my gdbinit I have the commands available but it's not possible anymore to use tab-completion to look for help or alike. This happens with a naked...
Added regex for mac-addresses and similar
I think there is a bug in https://exercism.org/tracks/x86-64-assembly/exercises/allergies - the README states that the values defined in the enum are powers of 2, but the C file that tests against...