Zach Riggle

Results 138 issues of Zach Riggle

These three tools definitely belong on your list. * Pwntools: Pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development,...

Why do a byte-wise comparison of these? Some can be DWORD compares, and all of them could be a `cmpsb` loop instead of being manually unrolled. https://github.com/nemasu/asmttpd/blob/b5addafdef9a821c1fe022bafd3575a5b599c9be/http.asm#L366-L384

enhancement

iTerm2 supports OSC8 hyperlinks, allowing you to have Cmd+Click'able links with separate display text. I'm not sure how it would look in go, but in Python it looks like this:...

enhancement

It looks like the runCommand escaping is quite naive, and will pass along special characters without escaping. As an example: ```sh cd mount-point echo Hello > '$(touch /data/local/tmp/hello)' rm '$(touch...

vuln

One of the benefits of `sed` is that it allows multiple expressions to be chained in the same invocation of the binary. It appears that `sd` lacks this feature, which...

C-enhancement

Thanks again @chmln for creating a neat tool -- and thanks for bothering to create a `man` page at all, it's a rarity for FOSS command line tools. Currently, the...

## Thanks! As always and once again, thank you @sharkdp for your time and effort. Hopefully I'm not being a nuisance with these requests. ## Homework This is not a...

feature-request
help wanted

Bat is great! Hopefully my sponsorship helps pay for 🍺 money! ## Background When using `bat` in many of my workflows, I make use of the `--highlight-line` flag to highlight...

feature-request
git-integration

The Python stdlib module `trace` module is very useful for tracing what code gets executed. It would be nice to get `bat`-colorized output for this. I can work around this...

syntax-request

While iTerm may have been the first, lots of terminals now support OSC8 hyperlinks. This is a custom escape handler that lets text be clickable hypertext, effectively. Supporting this would...

feature-request