Skip to content

Th3Spl/ThePerfectMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Perfect Mapper

This mapper provides a simple header file that will allow the user to use the EAT as a IAT for symbols that are not exported by modules like ntoskrnl.exe in this way we eliminate the need for pattern scanning and offsets. Every symbol that is requested through the special EAT will get resolved by the mapper through PDB parsing, as long as the user can reach Microsoft's symbols server and the names provided in the EAT are correct.
( pm.h contains the needed macros )

Supports:

  • Symbols
  • Pointers
  • Structure offsets
  • Structure size

This can easily work even without internet as long as the needed .pdb-s are saved in the cache directory.

Credits & Resources:


- Th3Spl

About

PDB parsing mapper, resolves private symbols and structure offsets.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published