shouc
shouc
On my system (Ubuntu 20.04) with the default setup, ASAN would overwrite the exit code to 1 and cause no crash (even with handle_segv set as 0). Fuzzilli uses WIFEXITED...

ORE increased mining difficulty a few hours ago. Now a 4090 can only handle 25 accounts. CPU miner no longer works.
You need to build the gpu miner by running: ./build-cuda-worker.sh
you need to add 0x10ed43c718714eb63d5aa57b78b54704e256024e (pancakeswap router) in the targets if you enabled flashloan.
In tomorrow's release, this will be handled more elegantly.
Thank you for your interest! Regarding the 42 exploited projects > You can find the dataset in this sheet: https://docs.google.com/spreadsheets/d/1yfRbBG2h891JJckuNGdSlmiMxQaT_y1Za7owf34lWSE/edit?usp=sharing > ItyFuzz has the capability to directly identify vulnerabilities (such...
running Daedaluzz shall be straightforward, you can directly use their script https://github.com/Consensys/daedaluzz/blob/master/run-campaigns.py ``` python3 run-campaigns.py --fuzzer-name ityfuzz ```
It means it cannot find any more "interesting" testcase that can increase test coverage, likely the coverage is already = 100%
It is likely you did not deploy the contracts correctly. Would you mind sharing them?