gongbell / ContractFuzzer

The Ethereum Smart Contract Fuzzer for Security Vulnerability Detection (ASE 2018)
229 stars 85 forks source link

How to detect the reentrancy bug? #16

Open zhang-alt opened 3 years ago

zhang-alt commented 3 years ago

According to your method, I successfully built the docker images. And now I want to detect the reentrancy bug. But after providing some test cases, I cannot detect them. ( During the testing, one time_dependency bug was reported . So the ContractFuzzer was successfully started). I think there may be more skills in how to deploy the Agent contract. Hope you can give some suggestions. Thank you very much.

Jiadwu2 commented 1 year ago

the same question