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

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)
 

Detailed Description

Functions related to Exceptions Table.

Definition in file exceptions_parser.h.

Macro Definition Documentation

◆ PECONV_FORCEINLINE

#define PECONV_FORCEINLINE   __attribute__((always_inline)) inline

Definition at line 13 of file exceptions_parser.h.

◆ PECONV_TRY_EXCEPT_BLOCK_END

#define PECONV_TRY_EXCEPT_BLOCK_END   catch (...)

Definition at line 15 of file exceptions_parser.h.

◆ PECONV_TRY_EXCEPT_BLOCK_START

#define PECONV_TRY_EXCEPT_BLOCK_START   try

Definition at line 14 of file exceptions_parser.h.