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

Method findApiByModuleAndName

Scylla/ApiReader.cpp:465–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void ApiReader::findApiByModuleAndName(ModuleInfo * module, char * searchFunctionName, DWORD_PTR * vaApi, DWORD_PTR * rvaApi)
466{
467 findApiByModule(module,searchFunctionName,0,vaApi,rvaApi);
468}
469
470void ApiReader::findApiByModule(ModuleInfo * module, char * searchFunctionName, WORD ordinal, DWORD_PTR * vaApi, DWORD_PTR * rvaApi)
471{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected