-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move binary-symbols
to another repo
#38
Comments
It would also be nice to make |
It seems like a good portion ( |
Some of these concepts could reasonably apply to other file formats—for instance, PE on Windows also has notions of sections and symbols. But your point is well taken: it's not entirely clear what should go into |
binary-symbols
is a general-purpose library for describing symbols in binaries, which makes its placement inflexdis86
(ostensibly an x86-specific library) somewhat confusing. We should movebinary-symbols
to a different home to reflect its broader scope.The text was updated successfully, but these errors were encountered: