kernel
kernel copied to clipboard
Use elf crate to write a quick elfdump/objdump clone
While it's not as good as actually writing a full set of unit tests, this gives us a quick way to smoke check the ELF parsing code by demonstrating that it basically works. Should still write tests later (#89) but this should be quicker and somewhat more fun.