hinqiwame / memmap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:The Unlicense


Languages

Language:C 97.4%Language:Shell 2.6%