Bound Import Data Directory
similar to the IDT however it holds information about Bound Imports
has an array of IMAGE_BOUND_IMPORT_DESCRIPTOR and ends with a zeroed-out IMAGE_BOUND_IMPORT_DESCRIPTOR
TimeDateStamp: time date stamp of the imported DLL
OffsetModuleName: offset from first IMAGE_BOUND_IMPORT_DESCRIPTOR to a string with name of imported DLL
NumberOfModuleForwarderRefs: number of IMAGE_BOUND_FORWARDER_REF structures that immediately follow this structure
IMAGE_BOUND_FORWARDER_REF is a structure identical to IMAGE_BOUND_IMPORT_DESCRIPTOR except the last member is reserved