AFLplusplus / AFLplusplus/LibAFL
Replace bincode with postcard (or vice versa)
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 2.6k
- Fork
- 481
- Merge trung bình
- 2 ngày 30 phút
- Pull request đã merge (30 ngày)
- 16
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.