cairo-fuzzer icon indicating copy to clipboard operation
cairo-fuzzer copied to clipboard

Cairo/Starknet smart contract fuzzer

Results 7 cairo-fuzzer issues
Sort by recently updated
recently updated
newest added

add --address command line that allows the user to fuzz a deployed contract by scrapping it localy

Add support of cairo1.0 and deserialization of SIerra program.

enhancement
priority_medium

- [x] list all callable functions and arguments - [ ] generate a sequence of transactions/function calls - [ ] run them on the same VM with internal context that...

priority_low

Is it possible to execute in the same context ?

enhancement
priority_high

similar to echidna: https://github.com/crytic/echidna/releases/tag/v2.0.4

priority_low

- [ ] use thoth to get interesting variable/constant - [ ] use thoth exec symbolic to generate inputs

priority_low

This PR integrates the `test-generator` binary into the cairo-fuzzer repository. It also adds the sierra-analyzer repository as a git submodule to use it as a dependency.