libPeConv
A library to load, manipulate, dump PE files.
|
#include "peconv/exceptions_parser.h"
#include "peconv/pe_hdrs_helper.h"
#include "peconv/util.h"
#include "ntddk.h"
Go to the source code of this file.
Namespaces | |
namespace | details |
Macros | |
#define | min(a, b) |
#define | RTL_VERIFY_FLAGS_MAJOR_VERSION 0 |
#define | RTL_VERIFY_FLAGS_MINOR_VERSION 1 |
#define | RTL_VERIFY_FLAGS_BUILD_NUMBERS 2 |
#define | RTL_VERIFY_FLAGS_DEFAULT RTL_VERIFY_FLAGS_MAJOR_VERSION|RTL_VERIFY_FLAGS_MINOR_VERSION|RTL_VERIFY_FLAGS_BUILD_NUMBERS |
#define | RtlFindMemoryBlockFromModuleSection__leave return status |
Variables | |
PECONV_TRY_EXCEPT_BLOCK_END | details::status = GetExceptionCode() |
return | status |
#define min | ( | a, | |
b ) |
Definition at line 12 of file exceptions_parser.cpp.
#define RTL_VERIFY_FLAGS_BUILD_NUMBERS 2 |
Definition at line 18 of file exceptions_parser.cpp.
#define RTL_VERIFY_FLAGS_DEFAULT RTL_VERIFY_FLAGS_MAJOR_VERSION|RTL_VERIFY_FLAGS_MINOR_VERSION|RTL_VERIFY_FLAGS_BUILD_NUMBERS |
Definition at line 19 of file exceptions_parser.cpp.
#define RTL_VERIFY_FLAGS_MAJOR_VERSION 0 |
Definition at line 16 of file exceptions_parser.cpp.
#define RTL_VERIFY_FLAGS_MINOR_VERSION 1 |
Definition at line 17 of file exceptions_parser.cpp.
#define RtlFindMemoryBlockFromModuleSection__leave return status |
return status |
Definition at line 322 of file exceptions_parser.cpp.