mirror of https://github.com/pwndbg/pwndbg.git
mallocng: add ng-slots command (#3144)
* move slot printing out to a func; add ng-slots * make ng-find use this nowpull/3153/head
parent
7cec118771
commit
93275b45db
@ -0,0 +1,26 @@
|
|||||||
|
<!-- THIS PART OF THIS FILE IS AUTOGENERATED. DO NOT MODIFY IT. See scripts/generate-docs.sh -->
|
||||||
|
# mallocng-slot-start
|
||||||
|
|
||||||
|
```text
|
||||||
|
usage: mallocng-slot-start [-h] [-a] address
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Dump information about a mallocng slot, given its start address.
|
||||||
|
|
||||||
|
**Alias:** ng-slots
|
||||||
|
### Positional arguments
|
||||||
|
|
||||||
|
|Positional Argument|Help|
|
||||||
|
| :--- | :--- |
|
||||||
|
|address|The start of the slot (not including IB).|
|
||||||
|
|
||||||
|
### Optional arguments
|
||||||
|
|
||||||
|
|Short|Long|Help|
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
|-h|--help|show this help message and exit|
|
||||||
|
|-a|--all|Print out all information. Including meta and group data.|
|
||||||
|
|
||||||
|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|
||||||
|
<!-- ------------\>8---- ----\>8---- ----\>8------------ -->
|
||||||
Loading…
Reference in new issue