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

Latest commit

 

History

History
11 lines (11 loc) · 513 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 513 Bytes

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)