IATReferenceScan::directImportLog.log(L"%04d AddrVA "PRINTF_DWORD_PTR_FULLL" Type %s Value "PRINTF_DWORD_PTR_FULLL" IatRefPointer "PRINTF_DWORD_PTR_FULLL" Api %s %S",count,ref->addressVA,type,ref->targetAddressInIat,ref->targetPointer,apiInfo->module->getFilename(),apiInfo->name);
directImportLog.log(L"Relocation direct imports fix: Base RVA %08X Type HIGHLOW Offset %04X RelocTableEntry %04X",relocOffset&0xFFFFF000,relocOffset&0x00000FFF,(IMAGE_REL_BASED_HIGHLOW<<12)+(relocOffset&0x00000FFF));
directImportLog.log(L"Relocation direct imports fix: Base RVA %08X Type HIGHLOW Offset %04X RelocTableEntry %04X",relocOffset&0xFFFFF000,relocOffset&0x00000FFF,(IMAGE_REL_BASED_HIGHLOW<<12)+(relocOffset&0x00000FFF));
directImportLog.log(L"Relocation direct imports fix: Base RVA %08X Type DIR64 Offset %04X RelocTableEntry %04X",relocOffset&0xFFFFF000,relocOffset&0x00000FFF,(IMAGE_REL_BASED_DIR64<<12)+(relocOffset&0x00000FFF));