AFLplusplus / AFLplusplus/LibAFL
Replace bincode with postcard (or vice versa)
未关闭
- 主要语言
- Rust
- 星标
- 2.6k
- 派生
- 481
- 平均合并
- 2 天 30 分钟
- 30 天内合并 PR
- 16
描述
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.
贡献指南
评估
这个 Issue 还没有评估数据。