sp1npx
sp1npx
fixed in commit https://github.com/AngoraFuzzer/Angora/commit/cd22db2a39829f6d471a00fd22753df926135ac4 Please check. I will merge it to master soon.
It's an interesting topic. As Shnatsel mentioned, the LLVM pass needs to support Rust's LLVM version. However, since Rust has many built-in libraries, modeling the built-in or external libraries used...
Hi, @TheBlueMatt . Thanks for your contribution. I merged your pull request on [rust-stable branch](https://github.com/AngoraFuzzer/Angora/tree/rust-stable). I haven't tried Angora in LLVM 7. I will put the support for LLVM 7...
Thanks @bpfoley, we have an llvm6 branch now. https://github.com/AngoraFuzzer/Angora/tree/llvm6 https://github.com/AngoraFuzzer/Angora/pull/24 I created llvm7 branch here: https://github.com/AngoraFuzzer/Angora/tree/llvm7 https://github.com/AngoraFuzzer/Angora/pull/24#issuecomment-453035998 mentioned the compiling issues that I still have not solved.
We have implemented the new feature for supporting libdft64 here. https://github.com/AngoraFuzzer/Angora/blob/master/docs/pin_mode.md Since it uses Intel Pin to do track analysis, we needn't compiling whole program now.
Hi, dkasak, I did this implementation in https://github.com/AngoraFuzzer/Angora/commit/027975d9208cf5eb1117cd595a341f8f82820c13 I will merge to the master branch soon.
Thanks for your feedback. > I am wondering whether Angora fuzz the program using all available cores by default? In default, Angora uses only one core. However, we provide a...
Great! You can see the angora/fuzzer/src/search/gd.rs code as an example. Don't hesitate to ask me if you have any problem.
Thanks @Luc-Veldhuis
`base64 -d @@` Please read the document carefully.