CybOXProject / schemas

CybOX Schemas and Schema Development
42 stars 17 forks source link

Added Name and Number_Of_Functions fields to PEExportsType in Windows Executable File Object #262

Closed ikiril01 closed 10 years ago

ikiril01 commented 10 years ago

Added the Name and Number_Of_Functions fields to the PEExportsType in the Windows Executable File Object. This should allow for the capture of the name of the PE module when loaded by the PE loader, along with the total number of functions exported, respectively.

This should close #256.