You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Version 3.150 - Refactor VmmSearch to stateless API; add new native APIs
- Refactored VmmSearch from object/disposable to static/stateless API (breaking change); updated all usages and tests
- Added VMMDLL_MemReadPage and VMMDLL_WinGetThunkInfoIATW native APIs
- Introduced new SearchItem and SearchResult types for clarity and safety
- Added MemReadPage, MemReadPagePooled, and WinGetThunkInfoIAT methods to Vmm
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,13 @@ Install-Package VmmSharpEx
10
10
This library is **Windows Only**, and only bundles/targets the Windows x64 native libraries.
11
11
12
12
## Changelog
13
+
- Version 3.150
14
+
- Added new APIs: VMMDLL_MemReadPage, VMMDLL_WinGetThunkInfoIATW
15
+
- Refactor VmmSearch to a static/stateless API. Provides better resource cleanup guarantees than the former object-based model. **This is a breaking change.**
13
16
- Version 3.140
14
-
- Bump MemProcFS to 5.16.10 (fixes rare access violation in Scatter API)
17
+
- Bump MemProcFS to 5.16.11 (fixes rare buffer overflow/access violation in Scatter API)
18
+
- Improve finalizer safety
19
+
- #nullable support
15
20
- Version 3.130
16
21
- Optimized lots of methods and implementations.
17
22
- Some breaking changes with a few renames and changed Map_Get return values to return NULL on failure instead of an empty array.
0 commit comments