MCPcopy Create free account
hub / github.com/apitrace/apitrace / isMatchModuleName

Function isMatchModuleName

inject/injectee_iat.cpp:658–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656
657
658static inline bool
659isMatchModuleName(const char *szModuleName)
660{
661 ModulesMap::const_iterator modIt = modulesMap.find(szModuleName);
662 return modIt != modulesMap.end();
663}
664
665
666/* Set of previously hooked modules */

Callers 2

patchModuleFunction · 0.85
MyLoadLibraryAFunction · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected