AFLplusplus / AFLplusplus/LibAFL
Replace bincode with postcard (or vice versa)
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 2.6k
- Forks
- 481
- Ø Merge
- 2 T. 30 Min.
- Gemergte PRs (30 T.)
- 16
Beschreibung
We have two serializer libraries that do pretty much the same (fast no-std-ready serialization): [bincode](https://crates.io/crates/bincode) and [postcard](https://crates.io/crates/postcard).
Most things in LibAFL use postcard right now, except for concolic.
We should remove bincode - unless it's more performant, then we should move everything to it and remove postcard.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.