MCPcopy Create free account
hub / github.com/beefytech/Beef / GetThreadLocalAddressMap

Function GetThreadLocalAddressMap

BeefRT/dbg/gc.cpp:1476–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474}
1475
1476static void** GetThreadLocalAddressMap(HANDLE hThread)
1477{
1478 _TEB* teb = GetTEB(hThread);
1479 if (teb == NULL)
1480 return NULL;
1481 return (void**)teb->ThreadLocalStorage;
1482}
1483
1484void BFGC::AdjustStackPtr(intptr& addr, int& size)
1485{

Callers

nothing calls this directly

Calls 1

GetTEBFunction · 0.85

Tested by

no test coverage detected