Init: Migrate SimpleRemoter (Since v1.3.1) to Gitea
This commit is contained in:
22
server/2015Remote/libpeconv/peconv/exceptions_parser.h
Normal file
22
server/2015Remote/libpeconv/peconv/exceptions_parser.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Functions related to Exceptions Table
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "peconv/buffer_util.h"
|
||||
|
||||
namespace peconv
|
||||
{
|
||||
|
||||
/**
|
||||
Allows to activate the Exception table from the manually loaded module.
|
||||
For 32-bits the loaded image should enable /SAFESEH linker option,
|
||||
otherwise the exception handler cannot pass the RtlIsValidHandler() check
|
||||
when an exception occurs
|
||||
*/
|
||||
bool setup_exceptions(IN BYTE* modulePtr, IN size_t moduleSize);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user