Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Tags: h33p/vmread

Tags

v1.inf

Toggle v1.inf's commit message
EOL the library

v1.5

Toggle v1.5's commit message
Fix potential buffer overflows. Final v1 version.

v1.4

Toggle v1.4's commit message
Kernel 5.6 support, additional TLB functions

v1.3

Toggle v1.3's commit message
Increase performance with TLB

TLB holds up to TLB_SIZE (1024 is default) translation entries to bypass VTranslate. Since it is not known when the page tables are modified, each cache entry has a validity period (of 5ms by default). This is configurable by SetMemCacheTime function. This entire system results in significant performance uplift.

v1.2

Toggle v1.2's commit message
Add project docs, and implement automatic VM process search

v1.1

Toggle v1.1's commit message
vmread version 1.1

Incorporates performance optimizations

v1.0

Toggle v1.0's commit message
vmread version 1.0