-
-
[转帖]PTM - Page Table Manipulation From Usermode
-
发表于: 2020-12-13 23:11 1458
-
PTM - Page Table Manipulation From Usermode
PTM is a Windows 10 C++ library that allows a programmer to manipulate all memory, physical, and virtual from user-mode. The project inherits an interface from VDM allowing the use of a physical memory read-write primitive to fuel this project. VDM is used solely to configure the page tables in such a way that PTM can manage them from user-mode. Once the page tables are configured for PTM VDM is no longer required. However, VDM can inherit an instance of PTM as a means to read and write physical memory. Both VDM and PTM work extremely well together and independently from each other.
PDF Version (Best Version) can be downloaded here:
https://githacks.org/_xeroxz/PTM/-/blob/master/PTM.pdf
You can download the source from the open source repo here:
https://githacks.org/_xeroxz/PTM
https://back.engineering/01/12/2020/