Jiefeng Li
Jiefeng Li
In the example given in `quickstart`: ```sh # -t [TARGET_ADDR]: specify the target contract # --onchain-block-number [BLOCK]: fork the chain at block number [BLOCK] # -c [CHAIN_TYPE]: specify the chain...
when I was fuzzing a contract I got an error: ``` INFO fetching pairs for 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 INFO fetching pairs for 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 thread 'main' panicked at src/evm/tokens/uniswap.rs:233:10: Unexpected RPC error, consider...
I propose extracting the 'In Memory' functionality as a standalone module so other developer can import those data structures for their own purpose conveniently(e.g. write a simple custom simulator for...
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....