This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org. Library_Object 2.0.1 09/19/2013 The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. Copyright (c) 2012-2013, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included. The Library object is intended to characterize software libraries. The LibraryObjectType type is intended to characterize software libraries. The Name field specifies the full file name of the library. Example: abcd.dll. The Path field specifies the fully-qualified path to the library. The Size field specifies the size of the library, in bytes. The Type field specifies the type of library being characterized. The Version field specifies the library version. The Base_Address field specifies the default virtual address into which the library is loaded. A description of features extracted from this file. LibraryType specifies library types, via a union of the LibraryTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications. This attribute is optional and specifies the expected type for the value of the specified property. The LibraryTypeEnum type is an enumeration of library types. Indicates a dynamic library. Indicates a static library. Indicates a remote library. Indicates a shared library. Indicates a different type of library than those listed above.