libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Namespaces | Functions
tls_parser.h File Reference

Functions related to TLS Callbacks. More...

#include <windows.h>
#include <vector>
#include <unordered_set>

Go to the source code of this file.

Namespaces

namespace  peconv
 

Functions

size_t peconv::list_tls_callbacks (IN PBYTE modulePtr, IN size_t moduleSize, OUT std::vector< ULONGLONG > &tls_callbacks, IN std::unordered_set< ULONGLONG > *relocs)
 
size_t peconv::run_tls_callbacks (IN PBYTE modulePtr, IN size_t moduleSize=0, IN DWORD dwReason=DLL_PROCESS_ATTACH)
 

Detailed Description

Functions related to TLS Callbacks.

Definition in file tls_parser.h.