Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
/ memmap Public archive

Command-line utility for printing open memory adress ranges of a specified process

License

Notifications You must be signed in to change notification settings

hinqiwame/memmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memmap

Just a tool that prints the open memory adress ranges of a specified process.
Method: reading the memort map file of the process and printing the start and end of each memory address range.

Example usage:

[x0@0x0-80tx ~]$ ./memmap 1549
[+] Found process 1549
[+] Open memory address range: 0x5605b3901000 - 0x5605b3905000
[+] Open memory address range: 0xbf46f6000 - 0x7f0bf46f7000

Download stable build here (filename: memmap)