kdump 1.6.3

A small utility that disassembles and reads KSM and KO files for use with KerbalOS.
Documentation
# kOS-KDump

## Dumps the contents of an object file as specified.

### Feature list:

- [x] KSM File Support
    - [x] Disassemble
        - [x] Show addresses
        - [x] Show raw instructions
        - [x] Display line numbers
        - [x] Disassemble symbol
        - [ ] Demangle symbols
    - [x] Info
    - [x] Argument section
    - [x] Full contents
        - [x] Debug section

- [x] KO File Support
    - [x] Disassemble
        - [x] Show addresses
        - [x] Show raw instructions
        - [ ] Display line numbers
        - [x] Disassemble symbol
        - [ ] Demangle symbols
    - [x] Info
    - [x] All headers
        - [x] File headers
        - [x] Section headers
    - [x] String tables
    - [x] Symbol tables
    - [x] Relocation sections
    - [ ] Full contents
        - [ ] Debug section