MCPcopy Create free account
hub / github.com/NtQuery/Scylla / addFoundApiToModuleList

Method addFoundApiToModuleList

Scylla/ApiReader.cpp:996–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996void ApiReader::addFoundApiToModuleList(DWORD_PTR iatAddressVA, ApiInfo * apiFound, bool isNewModule, bool isSuspect)
997{
998 if (isNewModule)
999 {
1000 addModuleToModuleList(apiFound->module->getFilename(), iatAddressVA - targetImageBase);
1001 }
1002 addFunctionToModuleList(apiFound, iatAddressVA, iatAddressVA - targetImageBase, apiFound->ordinal, true, isSuspect);
1003}
1004
1005bool ApiReader::addModuleToModuleList(const WCHAR * moduleName, DWORD_PTR firstThunk)
1006{

Callers 1

Calls 1

getFilenameMethod · 0.80

Tested by

no test coverage detected