MCPcopy Create free account
hub / github.com/NetSPI/BOF-PE / ThunkData

Class ThunkData

loader/include/peplus/headers.hpp:387–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385
386template <unsigned int XX>
387struct ThunkData
388{
389 union {
390 ULONG_PTR<XX> forwarder_string;
391 ULONG_PTR<XX> function;
392 ULONG_PTR<XX> ordinal;
393 ULONG_PTR<XX> address_of_data;
394 };
395};
396
397struct ImportByName
398{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected