libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
exceptions_parser.h
Go to the documentation of this file.
1
6#pragma once
7
9
10namespace peconv {
11
12#ifdef _WIN64
16 bool setup_exceptions(IN BYTE* modulePtr, IN size_t moduleSize);
17#endif
18
19};
20
Definitions of the used buffer types. Functions for their allocation and deallocation.