-
Hi,
I worked on an example using Angora, and everything looks fine. I am wondering whether Angora fuzz the program using all available cores by default? Multiple tables were displayed on terminal a…
-
1) During a test compile of a target program, I saw in the `config.log` (as generated by the test compile) that `dfsan_abilist.txt` was missing from the `bin` directory when using the llvm6 tree. This…
-
We're running into issues where Angora aborts fuzzing within the first 24 hours because the `Density is too large (> 10%)`.
What is the recommended fix for this issue?
The error message suggests…
-
I get exceptions when I try to (re)run angora after a previous termination (with ^C).
First run is like this
`# /angora/bin/fuzzer -i `**i** `-o o -j 24 -t translit/OBJ/x86_64-linux-clang_taint/tran…
-
## Compile exiv2
```
wget http://exiv2.org/releases/exiv2-0.26-trunk.tar.gz
tar zxvf exiv2-0.26-trunk.tar.gz
cd exiv2-trunk
export CC=/angora/bin/angora-clang CXX=/angora/bin/angora-clang++ L…
-
From the wiki: "Angora is an original character by BRAWL: Catfight artist Bryce Nakagawa. The button was printed in small quantities and handed out at conventions. The cup in her hand is a personal tr…
-
I would like to analyze the traces of Angora after the execution has ended, however, it seems that the files are removed afterwards and stored in the tmpfs.
I added a switch to disable the tmpfs in…
-
Hello Angora authors,
I'm trying to reproduce the lavam evaluation within Magma's infrastructure. However, I think I encounter the following 2 issues. Could you help me to check if I'm doing anythi…
-
Extracted from https://github.com/ziglang/zig/pull/20773.
In the initial implementation of fuzzing, I threw together something rough and quick that was able to find a string used with `mem.eql`. Ho…
-
We have a bit of ad-hoc testing of on-chain failure paths right now. Coverage isn't too bad (though really should be 100% for channelmonitor's important functions), but that probably isn't enough. We …