Subway2023
Subway2023
my afl command is this: `` afl-fuzz -t 300+ -m none -i solidity_input_part -o output -Q -- solc --bin -o --overwrite @@ `` my afl-cov command is this: `` ./afl-cov...
```bash afl-fuzz-compiler -1 0 -2 100 -p 4448 -t 300+ -m none -i output -n -- solc-0825 --bin -o output_bin --overwrite @@ ```  When I executed the command, it...
I switch OFF to ON before compile solidity [coverage switch](https://github.com/ethereum/solidity/blob/develop/cmake/EthCompilerSettings.cmake#L249). When I used afl cov in conjunction with solc to test coverage, the following error occurred:  May I ask...
## Description I used the 0.5.9 compiler in Remix to compile the program with an error, but I was able to successfully compile using binary solc ## Environment - Compiler...
## Environment - Compiler version: 0.8.25 - Target EVM version (as per compiler settings): None - Framework/IDE (e.g. Truffle or Remix): None - EVM execution environment / backend / blockchain...
## Environment - Compiler version: 0.8.25 - Target EVM version (as per compiler settings): No restrictions - Framework/IDE (e.g. Truffle or Remix): Command-line - EVM execution environment / backend /...
## Description When the transfer amount is 0, SMTChecker incorrectly determines insufficient balance ## Environment - Compiler version: - Target EVM version (as per compiler settings): - Framework/IDE (e.g. Truffle...
## Description I added code in [solProtoFuzzer.cpp](https://github.com/ethereum/solidity/tree/develop/test/tools/ossfuzz) to output the Solidity program each time, but I found that each outputted program is the same. ## Environment - Compiler version: 0.8.25...
## Abstract I switch OFF to ON before compile solidity [coverage switch](https://github.com/ethereum/solidity/blob/develop/cmake/EthCompilerSettings.cmake#L249). When I used afl cov in conjunction with solc to test coverage, the following error occurred:  May...