ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.1k forks source link

need more effective VM fuzz #1166

Open maldiohead opened 6 years ago

maldiohead commented 6 years ago

what I think is etherumj need converage fuzz just like afl-fuzz. but there is no one . I think it's a big security flaw when there is no vm execute fuzz program

mkalinin commented 6 years ago

We're totally agree with you! And we have a plan to get integrated with fuzz tests that are driven by evmlab project and we also started to work with another fuzz test project in ethereum. So, we're on our way.