You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofI tried running
lief.parse
on it (from python, if that matters, with lief 0.15.1) and it reportedUnknown format
so I assume the file format isn't quite close enough.The text was updated successfully, but these errors were encountered: