LTL-Fuzzer icon indicating copy to clipboard operation
LTL-Fuzzer copied to clipboard

Linear-time Temporal Logic guided Greybox Fuzzing (ICSE'22)

Results 5 LTL-Fuzzer issues
Sort by recently updated
recently updated
newest added

in function `opt_callgraph` in `AFLGo/scripts/gen_distance_fast.py`, which is need for instrumentation, the `opt` command is needed however not installed/linked ```python def opt_callgraph(args, binary): print(f"({STEP}) Constructing CG for {binary}..") dot_files = args.temporary_directory...

Hi! I found some incorrect or improper description of the `Installing LTL-Fuzze` and `Example Usage` parts in README: #### The directory should be `llvm_mode` instead of `llvm-mode` #### For some...

I've noticed the GPG key for the LLVM repository is added after running `sudo apt update`. This should be done before `sudo apt update` to avoid warnings about unauthenticated sources....

![Screenshot (23)](https://user-images.githubusercontent.com/41644787/165249816-151bce05-4e46-495e-add9-31572796ab6e.png)

To be honest, the code in this repository is not ready to use out of the box, not to mention reproducing the complete experimental results. I guess the authors have...