Zach Riggle
Zach Riggle
It would be a nice shorthand to be able to do `gist .` or `gist somedir` and have the directory contents uploaded. It's functionally equivalent to `gist *` or `gist...
Being able to list all of my gists is neat! However, I don't always need all of them -- just the last few (or one, realistically). It would be nice...
Thanks for creating the `gist` tool! It took me a few minutes to set up because I'm using it with GHE (and I created `~/.gist` instead of `~/.gist.https.xxx.corpsite.com`). One thing...
As of the (future) Pwntools 3.6.0 release, a new command-line helper `pwn template` is available which supplants much of the functionality in pwnup. See here for more information: Gallopsled/pwntools#909. The...
Apparently we are not unrolling branches correctly for `blmi`. ``` pwndbg> cpsr cpsr 0x80000010 [ N z c v t ] pwndbg> nearpc 4 0x202b4 strbpl r7, [r6, #-0x35] 0x202b8...
We can correctly extract fs and gs from local inferiors -- however we do not expose them in emulation because of https://github.com/unicorn-engine/unicorn/issues/550. However, we need some code to stub out...
With C Improved, the function name `bad` does not appear in Go To Symbol (Cmd+R). Here's a minimal case: ```c void good() { } void bad () {} void good2(){}...
It would be nice to be able to specify GPT4 for the model