kernel icon indicating copy to clipboard operation
kernel copied to clipboard

Use elf crate to write a quick elfdump/objdump clone

Open hawkw opened this issue 8 years ago • 0 comments

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.

hawkw avatar Mar 18 '17 15:03 hawkw