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 LIEF library to parse ELF and PE symbols #41

Closed
rdbo opened this issue Dec 21, 2022 · 2 comments
Closed

Use LIEF library to parse ELF and PE symbols #41

rdbo opened this issue Dec 21, 2022 · 2 comments

Comments

@rdbo
Copy link
Owner

rdbo commented Dec 21, 2022

LIEF is a C++ library that can parse multiple types of binaries and among other features, dump their debug symbols.
As mentioned in the issue #26, libmem has to become more modular. Maintaining all of these features by myself is not a good idea, especially since there are libraries out there that will do a better job.
I have been trying to use LIEF on libmem, but because it is a C++ library, I've had a few problems integrating it. Nonetheless, I still think it's important to use it.

@rdbo
Copy link
Owner Author

rdbo commented Dec 21, 2022

LIEF Project: https://github.com/lief-project/LIEF/

@rdbo
Copy link
Owner Author

rdbo commented Dec 22, 2022

Fixed: ae07c0f and cc86bc6

@rdbo rdbo closed this as completed Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant