libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
find_base.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <windows.h>
9
10namespace peconv {
11
19 ULONGLONG find_base_candidate(IN BYTE *module_ptr, IN size_t module_size);
20};
ULONGLONG find_base_candidate(IN BYTE *module_ptr, IN size_t module_size)
Definition find_base.cpp:70