wolflo
Results
2
comments of
wolflo
I can't find a new version of the support page, but I just got it working. Turns out I needed to add some udev rules. Some info on how to...
I think the nonce in [this](https://github.com/trailofbits/manticore/blob/a41c19acd96d07a1ec7f8a1b397b70933eff07a0/manticore/platforms/evm.py#L2620) line in `EVMWorld._open_transaction` should be `int(sort == "CREATE")` instead of `int(sort != "CREATE")`, but there are a few more spots where the nonce of...