|
libPeConv
A library to load, manipulate, dump PE files.
|
Go to the source code of this file.
Classes | |
| class | SectionLocker |
| struct | _LDR_MODULE |
Typedefs | |
| typedef struct _LDR_MODULE | LDR_MODULE |
| typedef struct _LDR_MODULE * | PLDR_MODULE |
Functions | |
| PPEB | get_peb () |
| WCHAR | to_lowercase (WCHAR c1) |
| bool | is_wanted_module (LPCWSTR curr_name, LPCWSTR wanted_name) |
| typedef struct _LDR_MODULE LDR_MODULE |
| typedef struct _LDR_MODULE * PLDR_MODULE |
|
inline |
Definition at line 43 of file peb_lookup.cpp.
| bool is_wanted_module | ( | LPCWSTR | curr_name, |
| LPCWSTR | wanted_name ) |
|
inline |
Definition at line 70 of file peb_lookup.cpp.