AFLplusplus/LibAFL

Stable-ish State Dump Format for Quck Resume

クローズ

#1,707 opened on 2023/12/01

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (479 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,621 個のスター)
PR merge metrics
 (平均マージ 17d 22h) (30d で 10 merged PRs)

説明

Right now the serialized state depends on compile-time TypeIds that change every compilation. This means that a serialized state on disk is useless for smaller (non-metadata-changing) fixes on the fuzzer and resume. Instead of the more precise typeid, we could experiment with optionally (as a feature flag?) using type_name that may come with other drawbacks (same types may have different names/other types may have the same names?) but at leat will survive a recompilation.

Deserialize using type_id is currently in this file https://github.com/AFLplusplus/LibAFL/blob/5d83c9399a59e41d5484d0da0fa148fa62609233/libafl_bolts/src/serdeany.rs#L133

コントリビューターガイド