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

COFF object parse support #1091

Open
novas0x2a opened this issue Aug 28, 2024 · 1 comment
Open

COFF object parse support #1091

novas0x2a opened this issue Aug 28, 2024 · 1 comment

Comments

@novas0x2a
Copy link

Please describe what you would like to have in LIEF.

This is loosely related to #233, but I was wondering if there was a way to parse COFF objects of the sort that one might find in a .lib file on windows. One random one I'm testing with (after extracting with ar x) has a file magic of

zlibstatic.dir/Release/zutil.obj: Intel amd64 COFF object file, not stripped, 19 sections, symbol offset=0x601, 59 symbols, created Fri Aug 23 18:54:37 2024, 1st section name ".drectve"

I tried running lief.parse on it (from python, if that matters, with lief 0.15.1) and it reported Unknown format so I assume the file format isn't quite close enough.

@romainthomas
Copy link
Member

Yes I would like to see this support in LIEF :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants