wcampbell
wcampbell
@sharksforarms this is ready for review!
Is there a current hack to get around this issue?
Any updates on this feature?
Not bindings to this library, but I have a separate rust squashfs library: https://github.com/wcampbell0x2a/backhand
@addisoncrump if I use `-j` for `cargo fuzz` do the fuzzers talk to each other like normal libAFL?
Also! How do I get stats on the amount of current coverage while it's running?
Pushed a WIP MR that _should_ fix this issue: https://github.com/rsadsb/dump1090_rs/pull/130
Just build the code from that branch, you should get SHORT and LONG messages in the output. Here is an already built version: https://wcampbell.dev/public/bins/dump1090_rs
1. Install [rust](https://www.rust-lang.org/tools/install) 2. Install soapysdr-dev, for example on ubuntu: `apt install libsoapysdr-dev` 3. after cloning this repo, `cargo build --release`
Released fix in https://github.com/rsadsb/dump1090_rs/releases/tag/v0.8.0