File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# MemoryModulePP
22
3- [ ![ Build Status] ( https://travis-ci.org/joemccann/dillinger.svg?branch=master )] ( https://travis-ci.org/joemccann/dillinger )
4-
53MemoryModulePP, used to load a DLL from memory. MemoryModulePP is compatible with Win32 API and supports exception handling.
64
75** MemoryModulePP is developed based on [ MemoryModule] [ ref1 ] .**
@@ -13,11 +11,12 @@ MemoryModulePP, used to load a DLL from memory. MemoryModulePP is compatible wit
1311 - Compatible with Win32 API (GetModuleHandle, GetModuleFileName, GetProcAddress and any Resource API)
1412 - Support for C++ exceptions and SEH
1513 - Optimized MEMORYMODULE structure
16- - Use reference counting, repeated loading of the same module will update the reference counting, please refer to NtLoadDllMemoryExW
17- - The above features can be turned off through the dwFlags parameter of NtLoadDllMemoryExW
14+ - Use reference counting, repeated loading of the same module will update the reference counting, please refer to LdrLoadDllMemoryExW
15+ - The above features can be turned off through the dwFlags parameter of LdrLoadDllMemoryExW
1816 - Support for TLS(Thread Local Storage)
1917 - DllMain can receive four types of notifications
2018 - Support forward export
19+ - Provides limited support for .net assembly loading
2120
2221## Tech
2322
You can’t perform that action at this time.
0 commit comments