Thanks but it displays just the version of the PE.
I would like to get the whole information like above I mentioned it.
Any idea?
I have learned how to use C functions in perl, I just need some C code to easy understand, and I could use it in a perl script. Does anybody have something like that? | [reply] |
You could try Win32::Exe which certainly seem to meet some of your requirements. However, the documentation is sparse in the extreme and the module seems to be horribly complex to achieve the little documented functionality it provides. Also, the current version fails most of it's own tests in interesting ways.
However, it might serve as a starting point.
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
| [reply] |