AFLplusplus / AFLplusplus/cargo-libafl

What am I doing wrong?

オープン
#5 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Rust
スター
60
フォーク
10
PR マージ指標
30日以内にマージされた PR はありません

説明

My understanding is that `cargo-libafl` is supposed to behave like `cargo-fuzz`, but I am having trouble getting it to do so.

I am trying to fuzz this function using `carg-libafl`:
```rust
pub fn target(n: usize) {
let vec = Vec::::with_capacity(n);
println!("{:p}", &vec);
}
```
You can see the steps I performed and the resulting repo [here](https://github.com/smoelius/a).

When I run `cargo +nightly libafl run fuzz_target_1`, I see the status screen, but it appears to hang (executions never gets above 1). Also, moving the mouse around causes junk characters to be written to the terminal.

When I perform analogous steps using `cargo-fuzz`, it finds a crash right away.

Any idea what I might be doing wrong?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。