Disasm disassembles the named object file, starting at the start address and stopping at (before) the end address.
(file string, start, end uint64, intelSyntax bool)
| 146 | // Disasm disassembles the named object file, starting at |
| 147 | // the start address and stopping at (before) the end address. |
| 148 | Disasm(file string, start, end uint64, intelSyntax bool) ([]Inst, error) |
| 149 | } |
| 150 | |
| 151 | // An Inst is a single instruction in an assembly listing. |
no outgoing calls
no test coverage detected