Files
manticore/tests
Mark Mossberg 2eb002593e evm: add per state trace file (#817)
* Add trace file

* Make ethersplay compatible trace format

* Small cleanup

* Record separate init and rt traces, emit separate trace files

* add todo

* More pythonic

* Add test for end insn in trace file

* Fix test

* Move trace accumulation into will_evm_execute callback

here, we can easily and correctly check the .last_exception field
to see if we were in init code or rt code. from the did_evm_execute hook
the last instruction (end instruction) had a different .last_exception
so this was causing the last instruction to not be recorded in the trace.
2018-03-19 14:22:08 -04:00
..
2017-11-14 16:39:51 -03:00
2018-01-30 17:31:28 -03:00
2017-10-17 19:47:20 -03:00
2017-03-13 14:06:36 -05:00
2017-06-26 18:06:18 -03:00
2018-02-23 18:07:49 -05:00
2017-10-04 15:51:37 -03:00
2017-10-17 19:47:20 -03:00
2018-02-17 11:51:58 -05:00
2017-11-14 16:39:51 -03:00