Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hawkw opened this issue Mar 18, 2017 · 0 comments
Open

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

hawkw opened this issue Mar 18, 2017 · 0 comments
Labels
area/elf Area: this issue describes ELF parsing and loading. area/testing Area: this issue concerns testing contrib/good first issue Contributing: this issue would make a good starting point for a first-time contributor.

Comments

@hawkw
Copy link
Member

hawkw commented Mar 18, 2017

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 hawkw added area/elf Area: this issue describes ELF parsing and loading. area/testing Area: this issue concerns testing labels Mar 18, 2017
@hawkw hawkw self-assigned this Mar 18, 2017
@hawkw hawkw added the contrib/good first issue Contributing: this issue would make a good starting point for a first-time contributor. label Jan 20, 2018
@hawkw hawkw removed their assignment Jan 24, 2018
@hawkw hawkw removed the critical label Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/elf Area: this issue describes ELF parsing and loading. area/testing Area: this issue concerns testing contrib/good first issue Contributing: this issue would make a good starting point for a first-time contributor.
Projects
None yet
Development

No branches or pull requests

1 participant