Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 890d64a

Browse files
committed
Version 3.140
Fixes LeechCore #65 ufrisk/LeechCore#65
1 parent 42c9b13 commit 890d64a

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8+
- 'native/**'
89
- 'src/VmmSharpEx/**'
910
workflow_dispatch:
1011

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Install-Package VmmSharpEx
1010
This library is **Windows Only**, and only bundles/targets the Windows x64 native libraries.
1111

1212
## Changelog
13+
- Version 3.140
14+
- Bump MemProcFS to 5.16.10 (fixes rare access violation in Scatter API)
1315
- Version 3.130
1416
- Optimized lots of methods and implementations.
1517
- Some breaking changes with a few renames and changed Map_Get return values to return NULL on failure instead of an empty array.

native/vmm.dll

-512 Bytes
Binary file not shown.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.130",
2+
"version": "3.140",
33
"publicReleaseRefSpec": [
44
"^refs/heads/master$"
55
]

0 commit comments

Comments
 (0)