sos-os / kernel

The Stupid Operating System
Apache License 2.0
264 stars 16 forks source link

Use elf crate to write a quick elfdump/objdump clone #95

Open hawkw opened 7 years ago

hawkw commented 7 years ago

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.