The LibraryObjectType type is intended to characterize software libraries.
Field Name | Type | Description |
---|---|---|
@object_referenceoptional | QName |
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to. |
Custom_Properties0..1 | CustomPropertiesType |
The Custom_Properties construct is optional and enables the specification of a set of custom Object Properties that may not be defined in existing Properties schemas. |
Name0..1 | StringObjectPropertyType |
The Name field specifies the full file name of the library. Example: abcd.dll. |
Path0..1 | StringObjectPropertyType |
The Path field specifies the fully-qualified path to the library. |
Size0..1 | UnsignedLongObjectPropertyType |
The Size field specifies the size of the library, in bytes. |
Type0..1 | LibraryType |
The Type field specifies the type of library being characterized. |
Version0..1 | StringObjectPropertyType |
The Version field specifies the library version. |
Base_Address0..1 | HexBinaryObjectPropertyType |
The Base_Address field specifies the default virtual address into which the library is loaded. |
Extracted_Features0..1 | ExtractedFeaturesType |
A description of features extracted from this file. |