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>

Go to the source code of this file.

Namespaces

namespace  peconv
 

Functions

bool peconv::virtual_addr_to_rva (IN const ULONGLONG imgBase, IN const DWORD imgSize, IN ULONGLONG virtualAddr, OUT DWORD &outRVA)
 
size_t peconv::list_tls_callbacks (IN PVOID modulePtr, IN size_t moduleSize, OUT std::vector< ULONGLONG > &tls_callbacks)
 
size_t peconv::run_tls_callbacks (IN PVOID 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.