SkillAgentSearch skills...

DirectPageManipulation

A basic demonstration of directly overwriting paging structures for physical memory r/w and interprocess memory copy

Install / Use

/learn @SamuelTulach/DirectPageManipulation
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Direct Page Manipulation (DPM)

This is a bare minimum example project that demonstrates how to overwrite paging structures directly to read/write into physical memory, and how to use this for interprocess memory copying. This project doesn't take into account paged-out memory and, more importantly, multithreading, in order to keep it as simple to understand as possible.

screenshot

Some functions are rightfully stolen from here.

Related Skills

View on GitHub
GitHub Stars103
CategoryContent
Updated13d ago
Forks22

Languages

C++

Security Score

85/100

Audited on Mar 19, 2026

No findings