| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-20 | debug/plan9obj: cleanup api | David du Colombier | |
| - Don't export Prog structure. - Remove ProgHeader and ExecTable structures. - Add Magic, Bss and Entry fields in FileHeader. - Replace ?_MAGIC variables with constants. - Ignore final EOF from ReadAt. - Improve documentation. Fixes #7989. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/91400044 | |||
| 2014-01-22 | debug/plan9obj: implement parsing of Plan 9 a.out executables | David du Colombier | |
| It implements parsing of the header and symbol table for both 32-bit and 64-bit Plan 9 binaries. The nm tool was updated to use this package. R=rsc, aram CC=golang-codereviews https://golang.org/cl/49970044 | |||
