You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new generator callSeqGenFuncDuplicateAtRandom which duplicates a call seq. elem at index N and inserts it at N+1. Will be helpful to reference existing implementation
https://github.com/crytic/medusa/blob/master/fuzzing/fuzzer_worker_sequence_generator.go
https://github.com/crytic/echidna/blob/2c72579e72eb2818d63c60a11180e7359f9984e4/lib/Echidna/Mutator/Corpus.hs#L37
https://github.com/crytic/echidna/blob/2c72579e72eb2818d63c60a11180e7359f9984e4/lib/Echidna/Mutator/Array.hs#L43-L51
We may also want to do the same for solidity array (repeat element in a list)
The text was updated successfully, but these errors were encountered: