libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
peb_lookup.cpp File Reference
#include "ntddk.h"
#include <peconv/peb_lookup.h>

Go to the source code of this file.

Classes

class  SectionLocker
 
struct  _LDR_MODULE
 

Typedefs

typedef struct _LDR_MODULE LDR_MODULE
 
typedef struct _LDR_MODULEPLDR_MODULE
 

Functions

PPEB get_peb ()
 
WCHAR to_lowercase (WCHAR c1)
 
bool is_wanted_module (LPCWSTR curr_name, LPCWSTR wanted_name)
 

Typedef Documentation

◆ LDR_MODULE

◆ PLDR_MODULE

Function Documentation

◆ get_peb()

PPEB get_peb ( )
inline

Definition at line 43 of file peb_lookup.cpp.

Here is the call graph for this function:

◆ is_wanted_module()

bool is_wanted_module ( LPCWSTR curr_name,
LPCWSTR wanted_name )

Definition at line 78 of file peb_lookup.cpp.

Here is the call graph for this function:

◆ to_lowercase()

WCHAR to_lowercase ( WCHAR c1)
inline

Definition at line 70 of file peb_lookup.cpp.

Here is the call graph for this function: