Aaron Adams

Results 101 comments of Aaron Adams

fwiw I was looking into the next step of adding new language support and it made me remember you are using a monorepo for all of the different cursorless stuff,...

Since this tool isn't included in the cursorless monrepo, could still add this flake if you decide you want them. Although as with the cursorless one, I'll need to remove...

Actually now that we don't use the vendored `web-tree-sitter`, it simplifies stuff on nix, so don't need any of the instructions for development in the readme in the end. I've...

I've got some musl mallocng heap stuff ported I'll be sending a PR for soon, so there might be some places I can start adding libc abstractions related to some...

Type `source env.sh` from the command line. The `env.sh` script sets a bunch of environment variables, so you want to use that same shell to run the tools, as they...

If you show what the problem was with getting the scripts to work and how you fixed it we can document it somewhere in the repo to help others. I've...

I believe we've never been able to get a regular .bin to work properly inside GNS3, at least do do what we wanted. Some will boot and we can get...

With noting that there is a risk that people who have scripts that use pwndbg's gdblib could be using poi() and read_gdbvalue(). Not sure if there is an established API...