Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

add support for the collection of PE header imports and exports #93

Open
djhaynes opened this issue Aug 19, 2013 · 2 comments
Open

add support for the collection of PE header imports and exports #93

djhaynes opened this issue Aug 19, 2013 · 2 comments

Comments

@djhaynes
Copy link
Contributor

We should consider the collection of PE header imports and exports.

Imports:
*RVA (hexadecimal. example: 0040252C)
*Filename (string. example: MSVCR80.dll)

Exports:
*Name (string. the name of the exported function. Example: RegCreateKeyEx())
*Entrypoint (hexadecimal. example: 0051454F)
*Ordinal (integer. may not be completely necessary. Example: 8)

@djhaynes
Copy link
Contributor Author

This tracker item needs more investigation and discussion with the community. As
a result, this tracker item is being deferred for the OVAL 5.10 release.

@djhaynes
Copy link
Contributor Author

This is a duplicate of #11.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant