MCPcopy Create free account
hub / github.com/acl-dev/acl / Current

Method Current

lib_fiber/cpp/src/detours/image.cpp:638–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 }
637
638 PIMAGE_THUNK_DATA Current(DWORD *pnVirtAddr)
639 {
640 if (m_nThunksMax > 1) {
641 *pnVirtAddr = m_nThunkVirtAddr;
642 return m_pThunks;
643 }
644 *pnVirtAddr = 0;
645 return NULL;
646 }
647
648 PIMAGE_THUNK_DATA Allocate(ULONG_PTR nData, DWORD *pnVirtAddr)
649 {

Callers 3

WriteMethod · 0.80
mFunction · 0.80
buildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected