|
libPeConv
A library to load, manipulate, dump PE files.
|
This is the complete list of members for peconv::ImportsUneraser, including all inherited members.
| fillImportNames(IN OUT IMAGE_IMPORT_DESCRIPTOR *lib_desc, IN const FIELD_T ordinal_flag, IN std::map< ULONGLONG, std::set< ExportedFunc > > &addr_to_func, OUT OPTIONAL ImpsNotCovered *not_covered) | peconv::ImportsUneraser | protected |
| findNameInBinaryAndFill(IMAGE_IMPORT_DESCRIPTOR *lib_desc, LPVOID call_via_ptr, LPVOID thunk_ptr, const FIELD_T ordinal_flag, std::map< ULONGLONG, std::set< ExportedFunc > > &addr_to_func) | peconv::ImportsUneraser | protected |
| ImportsUneraser(PVOID _modulePtr, size_t _moduleSize) | peconv::ImportsUneraser | inline |
| is64 | peconv::ImportsUneraser | protected |
| modulePtr | peconv::ImportsUneraser | protected |
| moduleSize | peconv::ImportsUneraser | protected |
| uneraseDllImports(IN OUT IMAGE_IMPORT_DESCRIPTOR *lib_desc, IN ImportedDllCoverage &dllCoverage, OUT OPTIONAL ImpsNotCovered *not_covered) | peconv::ImportsUneraser | |
| uneraseDllName(IMAGE_IMPORT_DESCRIPTOR *lib_desc, const std::string &dll_name) | peconv::ImportsUneraser | |
| writeFoundDllName(IMAGE_IMPORT_DESCRIPTOR *lib_desc, const std::string &dll_name) | peconv::ImportsUneraser | protected |
| writeFoundFunction(IMAGE_THUNK_DATA_T *desc, const FIELD_T ordinal_flag, const ExportedFunc &foundFunc) | peconv::ImportsUneraser | protected |