libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
peconv::ImportsUneraser Member List

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::ImportsUneraserprotected
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::ImportsUneraserprotected
ImportsUneraser(PVOID _modulePtr, size_t _moduleSize)peconv::ImportsUneraserinline
is64peconv::ImportsUneraserprotected
modulePtrpeconv::ImportsUneraserprotected
moduleSizepeconv::ImportsUneraserprotected
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::ImportsUneraserprotected
writeFoundFunction(IMAGE_THUNK_DATA_T *desc, const FIELD_T ordinal_flag, const ExportedFunc &foundFunc)peconv::ImportsUneraserprotected