Results 45 issues of Tavis Ormandy

I'm not having any luck trying to use the 0.22.0 release. The setup worked, and it does display the track I'm currently playing in the web player. If I press...

It seems like gkeep has stopped working over the last few days because of https://github.com/kiwiz/gkeepapi/issues/123 I don't think there's much that can be done until that's resolved, but just mentioning...

There's a bug in the Elf `.ksy` that causes an exception on some well-formed Elf files, I filed it upstream at kaitai-io/kaitai_struct#754 I think they're saying this commit might fix...

bug

The first release copies all the data to analyze and gives it to Kaitai, but this isn't necessary - I could change how KaitaiStream works to only request data as...

enhancement

I picked alternating blue and white to highlight fields, but I should experiment and find a better color palette. Note to self: it's easy to add this, just choose some...

enhancement

It makes more sense to filter the parser list instead of searching it. This should be easy enough, just rebuild the menu list.

enhancement

I sometimes see escaped html in comments, e.g. `>` it seems like we should be cleaning this up? There are also markdown-style URLs, maybe we could be parsing that too....

From #17, it was pointed out that there are a bunch of attempts to `close(-1)`. I think this is a cleanup thread trying to garbage collect destroyed tasks, it should...

I've created some example code and scripts in the wiki, they could be in the repo and either useful documentation or tests for the testsuite. [https://github.com/googleprojectzero/halfempty/wiki/Examples](https://github.com/googleprojectzero/halfempty/wiki/Examples)

We can close old file descriptors if they're not needed anymore and free up some disk space. halfempty can use a lot of temporary disk space right now, which is...