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
18 bool setup_exceptions(IN BYTE* modulePtr, IN size_t moduleSize);
19
20};
21
Definitions of the used buffer types. Functions for their allocation and deallocation.
bool setup_exceptions(IN BYTE *modulePtr, IN size_t moduleSize)