objdump: implement disassembly
There is some duplication here with cmd/nm. There is a TODO to address that after 1.3 is out. Update #7452 x86 disassembly works and is tested. The arm disassembler does not exist yet and is therefore not yet hooked up. LGTM=crawshaw, iant R=crawshaw, iant CC=golang-codereviews https://golang.org/cl/91360046
Showing
src/cmd/objdump/elf.go
0 → 100644
src/cmd/objdump/macho.go
0 → 100644
src/cmd/objdump/pe.go
0 → 100644
src/cmd/objdump/plan9obj.go
0 → 100644
Please register or sign in to comment