In my usage, I often need only the imports or only the exports in a PE. So instead of getting the whole header, I would like direct access to the tables.
Either like this:
Get-PEHeader -Imports # returning only the import table items
Get-PEHeader -Exports # returning only the export table items
or like this
Get-PEImports # returning only the import table items
Get-PEExports # returning only the export table items
In my usage, I often need only the imports or only the exports in a PE. So instead of getting the whole header, I would like direct access to the tables.
Either like this:
or like this
How do you feel about such a change?
/S