mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
Userland: Introduce the pmemdump utility
This utility helps to dump the physical memory space from /dev/mem. It supports both read(2) and mmap(2) on it so we could use mmap(2) for fast dumping of the memory, or read(2) when we need to read unaligned physical regions.
This commit is contained in:
parent
f7d1b8cd0c
commit
ff25958b51
3 changed files with 159 additions and 0 deletions
|
@ -130,6 +130,7 @@ target_link_libraries(paste LibGUI)
|
|||
target_link_libraries(pgrep LibRegex)
|
||||
target_link_libraries(pls LibCrypt LibMain)
|
||||
target_link_libraries(pmap LibMain)
|
||||
target_link_libraries(pmemdump LibMain)
|
||||
target_link_libraries(pro LibMain LibProtocol)
|
||||
target_link_libraries(ps LibMain)
|
||||
target_link_libraries(pwd LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue