Scylla::debugLog.log(L"Address Min "PRINTF_DWORD_PTR_FULLL" Max "PRINTF_DWORD_PTR_FULLL"\nimagebase "PRINTF_DWORD_PTR_FULLL" maxValidAddress "PRINTF_DWORD_PTR_FULL,minApiAddress,maxApiAddress,targetImageBase,maxValidAddress);
#endif
}
voidApiReader::parseModule(ModuleInfo*module)
{
module->parsing=true;
if(isWinSxSModule(module))
{
parseModuleWithMapping(module);
}
elseif(isModuleLoadedInOwnProcess(module))//this is always ok