libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
libpeconv
include
peconv
exceptions_parser.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#ifdef _MSC_VER
9
#define PECONV_FORCEINLINE __forceinline
10
#define PECONV_TRY_EXCEPT_BLOCK_START __try
11
#define PECONV_TRY_EXCEPT_BLOCK_END __except (EXCEPTION_EXECUTE_HANDLER)
12
#else
13
#define PECONV_FORCEINLINE __attribute__((always_inline)) inline
14
#define PECONV_TRY_EXCEPT_BLOCK_START try
15
#define PECONV_TRY_EXCEPT_BLOCK_END catch (...)
16
#endif
17
18
#include "
peconv/buffer_util.h
"
19
20
namespace
peconv
{
21
28
bool
setup_exceptions
(IN BYTE* modulePtr, IN
size_t
moduleSize);
29
30
};
buffer_util.h
Definitions of the used buffer types. Functions for their allocation and deallocation.
peconv
Definition:
buffer_util.h:15
peconv::setup_exceptions
bool setup_exceptions(IN BYTE *modulePtr, IN size_t moduleSize)
Definition:
exceptions_parser.cpp:620
Generated on Tue Apr 14 2026 13:01:06 for libPeConv by
1.9.5