|
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"#include "peconv/logger.h"Go to the source code of this file.
Namespaces | |
| namespace | peconv |
Macros | |
| #define | min(a, b) (((a) < (b)) ? (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 |
| #define min | ( | a, | |
| b | |||
| ) | (((a) < (b)) ? (a) : (b)) |
Definition at line 12 of file exceptions_parser.cpp.
| #define RTL_VERIFY_FLAGS_BUILD_NUMBERS 2 |
Definition at line 19 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 20 of file exceptions_parser.cpp.
| #define RTL_VERIFY_FLAGS_MAJOR_VERSION 0 |
Definition at line 17 of file exceptions_parser.cpp.
| #define RTL_VERIFY_FLAGS_MINOR_VERSION 1 |
Definition at line 18 of file exceptions_parser.cpp.
| #define RtlFindMemoryBlockFromModuleSection__leave return status |