Skip to content

Commit 2cb5ab0

Browse files
committed
update readme
1 parent 16603a9 commit 2cb5ab0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# MemoryModulePP
22

3-
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)
4-
53
MemoryModulePP, 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

0 commit comments

Comments
 (0)