aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/disasm/main.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/disasm, cmd/evm: integrate disasm tool into evm tool. (#3729)Valentin Wüstholz2017-03-011-42/+0
* core, core/vm, cmd/disasm: unify procedures for disassembling evm code (#3530)Valentin Wüstholz2017-02-271-23/+5
* cmd/disasm: fix array-out-of-bounds error (#3491)Valentin Wüstholz2017-01-081-4/+8
* core/vm: move Log to core/typesFelix Lange2017-01-061-1/+1
* cmd/disasm: fix off-by-one error and improve error handling (#3482)Valentin Wüstholz2016-12-221-2/+7
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: update license informationFelix Lange2015-07-071-0/+16
* moved state and vm to coreobscuren2015-03-231-1/+1
* Moved ethutil => commonobscuren2015-03-161-2/+2
* Samples and disams cmd for evm codeobscuren2015-01-291-0/+34