Hi! I've had success using pe-parser for a few small utilities and I'm really grateful for it!
Today, I wanted to try to use it to report imports for a given .exe file, but I'm at a loss.
Is this possible as of right now, or is it a todo, or is it out of scope for pe-parser?
I'd just like to be able to programmatically access a list of imports, similar to what is produced by winedump from the wine project, or similar tools
winedump -j import app.exe
So, if this is possible today, I'd like to request a example in how to do that. Or if it's not possible today but in scope, I'd like to request that feature!
Thanks again for this lib, much appreciated!
Hi! I've had success using pe-parser for a few small utilities and I'm really grateful for it!
Today, I wanted to try to use it to report imports for a given .exe file, but I'm at a loss.
Is this possible as of right now, or is it a todo, or is it out of scope for pe-parser?
I'd just like to be able to programmatically access a list of imports, similar to what is produced by
winedumpfrom the wine project, or similar toolsSo, if this is possible today, I'd like to request a example in how to do that. Or if it's not possible today but in scope, I'd like to request that feature!
Thanks again for this lib, much appreciated!