Aaron Adams
Aaron Adams
Ya a separate file makes sense, especially since many tools will be broken across many files in the end so hard to say what one to put the comment in....
Updated to suggest using `CREDITS.md` now.
Ya, that would work too. Could then add underline, italics, etc flags that way too. I'm fine with whatever you all think is best.
One caveat to using flags is, for things like memory coloring, is that pwndbg uses a table like this: ```python c = ColorConfig( "memory", [ ColorParamSpec("stack", "yellow", "color for stack...
I'll switch it around
Switched to use bold argument. I've also switched the other muslheap thing that I'm going to send a PR for soon to use this and seems to work fine.
I think this should be okay now. Since so many of the integration tests fail on nix, which I haven't had time to look into fixing, it's hard to be...
I'll fix the linting/typing issues shortly
I can take a look next week
makes sense to me to use that if pwndbg is already relying on pwntools elsewhere, but will leave it up to the others @disconnect3d @gsingh93 . Happy to switch it...