|
libPeConv
A library to load, manipulate, dump PE files.
|
Functions related to Exceptions Table. More...
#include "peconv/buffer_util.h"Go to the source code of this file.
Namespaces | |
| namespace | peconv |
Macros | |
| #define | PECONV_FORCEINLINE __attribute__((always_inline)) inline |
| #define | PECONV_TRY_EXCEPT_BLOCK_START try |
| #define | PECONV_TRY_EXCEPT_BLOCK_END catch (...) |
Functions | |
| bool | peconv::setup_exceptions (IN BYTE *modulePtr, IN size_t moduleSize) |
Functions related to Exceptions Table.
Definition in file exceptions_parser.h.
| #define PECONV_FORCEINLINE __attribute__((always_inline)) inline |
Definition at line 13 of file exceptions_parser.h.
| #define PECONV_TRY_EXCEPT_BLOCK_END catch (...) |
Definition at line 15 of file exceptions_parser.h.
| #define PECONV_TRY_EXCEPT_BLOCK_START try |
Definition at line 14 of file exceptions_parser.h.