EthBMC icon indicating copy to clipboard operation
EthBMC copied to clipboard

The code repository for the 2020 Usenix Security paper "EthBMC: A Bounded Model Checker for Smart Contracts"

Results 2 EthBMC issues
Sort by recently updated
recently updated
newest added

### Summary of the problem Hi, I ran a multiprocess script on top of ETHMBMC to analyze multiple smart contracts offline where a timeout of 30 minutes for each contract...

### Summary of the problem Hi, I used EthBMC for on chain contract address list analysis with the command: ``` /target/release/ethbmc --ip 127.0.0.1 --list -b 1 ./contract_list/contract_list9-4.txt ``` where `contract_list9-4.txt`...