eth-sri / ilf

AI based fuzzer based on imitation learning
Apache License 2.0
149 stars 32 forks source link

Using ILF on EVM bytecode as opposed to Solidity? #10

Closed Mikerah closed 3 years ago

Mikerah commented 3 years ago

Is it possible to run ILF on EVM bytecode as opposed to Solidity? If so, how can this be done?

LostBenjamin commented 3 years ago

Hi,

Sorry for the late reply. ILF runs the fuzzing process with EVM Bytecode.

The input contract is in source code. This is because we use truffle to build the source and extract the deployment transactions. If the deployment transactions are directly sent to ILF, source code will not be needed. Pull requests are welcomed.

Best, Jingxuan

LostBenjamin commented 3 years ago

close this issue due to inactivity.