Skip to content

Transfer VirtualAddress to PhysicalAddress(PAE,IA-32E)

Notifications You must be signed in to change notification settings

slivermeteor/VATOPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VATOPA

Transfer VirtualAddress to PhysicalAddress(PAE,IA-32E)

Introduce

This demo comprise two parts:
First, It runs in the Ring3 that convert the virtual address to driver.
Second, the driver, it runs in the Ring0 which translate virtual address to physical address.

Tips

The driver only support two paging-mode:PAE, IA-32E, because these modes are common.

Reference

《x86/x64体系探索及编程》 No.11 chapter.

About

Transfer VirtualAddress to PhysicalAddress(PAE,IA-32E)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published