首页
社区
课程
招聘
[转帖]PTM - Page Table Manipulation From Usermode
发表于: 2020-12-13 23:11 1367

[转帖]PTM - Page Table Manipulation From Usermode

2020-12-13 23:11
1367

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/



[课程]Linux pwn 探索篇!

收藏
免费 2
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//