aboutsummaryrefslogtreecommitdiffstats
path: root/vm/analysis.go
Commit message (Collapse)AuthorAgeFilesLines
* Renames for chain, updated VM, moved methodsobscuren2014-12-041-5/+5
| | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup
* Proper packagesobscuren2014-11-051-1/+1
|
* Accidental packagesobscuren2014-11-051-1/+1
|
* Added JUMP analysis (WIP)obscuren2014-11-051-0/+35