OVALProject / Sandbox

The OVAL Language Sandbox
http://oval.mitre.org/language/sandbox.html
43 stars 37 forks source link

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

Open djhaynes opened 11 years ago

djhaynes commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

This is a duplicate of https://github.com/OVALProject/Sandbox/issues/11.