mirror of
https://github.com/NohamR/LLDBMemView.git
synced 2026-02-21 18:15:42 +00:00
Update README with feature list and usage details
This commit is contained in:
12
README.md
12
README.md
@@ -24,6 +24,18 @@ Dirty pages: 0x100004000, 0x100005000
|
||||
```
|
||||
|
||||
Then paste it into the input area of this tool to visualize the memory regions.
|
||||
Select rows using checkboxes (or select all), click **Generate Commands** to create memory dump commands. Paste and run commands in LLDB to dump memory regions to binary files
|
||||
|
||||
## Features
|
||||
|
||||
- Interactive table: View all memory regions with start/end addresses, size, permissions, and dirty page counts
|
||||
- Filtering and sorting: Filter by address, name, permissions, and dirty pages. Sort by any column
|
||||
- Statistics dashboard: See total regions, total size, executable/writable counts, and dirty pages
|
||||
- Dark mode: Toggle between light and dark themes
|
||||
- Row selection: Select individual or all memory regions using checkboxes
|
||||
- Command generation: Generate LLDB `memory read` commands for selected regions to dump memory to files
|
||||
- Format: `memory read --outfile /tmp/dump_<start>_<end>.bin --binary <start> <end>`
|
||||
- Copy all commands to clipboard with one click
|
||||
|
||||

|
||||

|
||||
Reference in New Issue
Block a user