Rappie
Rappie
@KholdStare Do you have any suggestions for a workaround or quickfix I can apply locally?
I'm not sure, it is not my own codebase. I'm trying to reproduce a known vulnerabilty and "re-find" it with echidna. I'm not sure if updating to `0.8` changes any...
Awesome! This indeed works. Thanks :smile:
I have learned a lot since I wrote this. This can be closed now.
Showing events for **all** calls in the sequence would really help me out. It is especially useful when using helper functions that modify the value, for example using modulo to...
This is a very old idea and issue of me. I'm ok with it being closed :slightly_smiling_face:
> Also added config options for setting the `maxIters` and `askSMTIters` variables passed to hevm Could this be used to lower the memory consumption?
> Yep, although it only affects memory consumption of symbolic execution, not the fuzz workers I've ran some tests and it is using a LOT less memory with the default...
Making this available as a setting in the yaml config file would be great
I often encounter the same thing. I think this is because the different workers can overwrite each others "best shrunk" version and kind of work against each other that way.