Go to the source code of this file.
|
template<typename IMAGE_NT_HEADERS_T > |
const IMAGE_FILE_HEADER * | fetch_file_hdr (IN const BYTE *payload, IN const size_t buffer_size, IN const IMAGE_NT_HEADERS_T *payload_nt_hdr) |
|
template<typename IMAGE_NT_HEADERS_T > |
const LPVOID | fetch_opt_hdr (IN const BYTE *payload, IN const size_t buffer_size, IN const IMAGE_NT_HEADERS_T *payload_nt_hdr) |
|
template<typename IMAGE_NT_HEADERS_T > |
LPVOID | fetch_section_hdrs_ptr (IN const BYTE *payload, IN const size_t buffer_size, IN const IMAGE_NT_HEADERS_T *payload_nt_hdr) |
|
template<typename IMAGE_NT_HEADERS_T > |
DWORD * | _get_sec_alignment_ptr (const BYTE *modulePtr, bool is_raw) |
|
◆ _get_sec_alignment_ptr()
template<typename IMAGE_NT_HEADERS_T >
DWORD * _get_sec_alignment_ptr |
( |
const BYTE * | modulePtr, |
|
|
bool | is_raw ) |
◆ fetch_file_hdr()
template<typename IMAGE_NT_HEADERS_T >
const IMAGE_FILE_HEADER * fetch_file_hdr |
( |
IN const BYTE * | payload, |
|
|
IN const size_t | buffer_size, |
|
|
IN const IMAGE_NT_HEADERS_T * | payload_nt_hdr ) |
|
inline |
◆ fetch_opt_hdr()
template<typename IMAGE_NT_HEADERS_T >
const LPVOID fetch_opt_hdr |
( |
IN const BYTE * | payload, |
|
|
IN const size_t | buffer_size, |
|
|
IN const IMAGE_NT_HEADERS_T * | payload_nt_hdr ) |
|
inline |
◆ fetch_section_hdrs_ptr()
template<typename IMAGE_NT_HEADERS_T >
LPVOID fetch_section_hdrs_ptr |
( |
IN const BYTE * | payload, |
|
|
IN const size_t | buffer_size, |
|
|
IN const IMAGE_NT_HEADERS_T * | payload_nt_hdr ) |
|
inline |