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

Support import (.lib) and export (.exp) libraries #257

Open
alexchandel opened this issue Jan 16, 2024 · 1 comment
Open

Support import (.lib) and export (.exp) libraries #257

alexchandel opened this issue Jan 16, 2024 · 1 comment

Comments

@alexchandel
Copy link

One sometimes need to examine Import or export libraries to determine what's in them and where it may resolve to. Export libraries are Intel 80386 COFF object file, not stripped, 2 sections, symbol offset=0x2fd0, 288 symbols, created Wed Jan 15 23:57:26 1997, 1st section name ".edata" according to file, which Dependencies should already handle. And input libraries are a current ar archive, which is easy to parse, and contain COFF objects.

Supporting some rudimentary analysis of these files would greatly expand the usefulness of Dependencies, and is within its general domain of functionality.

@hfiref0x
Copy link

PEAnatomist can parse both, under active development and does not require any fancy frameworks with few gigabytes of size.

https://rammerlabs.alidml.ru/index-eng.html

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

2 participants