Aaron Adams

Results 55 issues of Aaron Adams

When you're collaborating with others and have generated a diaphora diff for two idbs stored on idarling, it would be nice to have them associated and fetchable.

enhancement

These are some changes that I made while porting some musl mallocng functionality, but am breaking up PRs so that it's easier to manage. So this just exposes some new...

Previously if you wanted to use bold colors people would use a lambda or manually use 2 functions, for example: ``` pwndbg/commands/context.py 934: line += f" " pwndbg/commands/tls.py 85: bold_green...

As discussed on discord, suggest people give proper credit to ported tools. This includes some minor auto linting from my editor, which I can remove if it matters.

I haven't been able to reliably reproduce this, but I ran into an exception a couple times during development: ``` pwndbg> add-symbol-file ~/dev/pwndbg/tests/gdb-tests/tests/binaries/musls/1.2.4/lib/ld-musl-x86_64.so. 1.debug add symbol table from file "/home/aa/dev/pwndbg/tests/gdb-tests/tests/binaries/musls/1.2.4/lib/ld-musl...

I was too hasty in my accepting feedback for #2168 and it still doesn't work on nix. There was actually a reason I was assigning to `GDB_INIT_PATH`, but it was...

NOTE: This is a stacked PR based on #2165 This adds a nix development shell, which can be entered using `nix develop` or `direnv allow` (via the added `.envrc` file)....

When I ran linting for #2188 , the pre-commit script flagged a bunch of other house cleaning issues, so I figured why not just quickly fix these too... This just...

Remove all whitespace as requested in #2187 Since it came up before while discussing lint.sh fwiw I usually use something like this (with more linters for other languages) in my...

Document running tests and doing development on nix. Also fix a shebang to be portable. Note this describes how to do something that is pending PR #2166 which hasn't been...