mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
373 B
Markdown
24 lines
373 B
Markdown
|
|
|
|
|
|
|
|
# tls
|
|
|
|
## Description
|
|
|
|
|
|
Print out base address of the current Thread Local Storage (TLS).
|
|
## Usage:
|
|
|
|
|
|
```bash
|
|
usage: tls [-h] [-p]
|
|
|
|
```
|
|
## Optional Arguments
|
|
|
|
|Short|Long|Default|Help|
|
|
| :--- | :--- | :--- | :--- |
|
|
|`-h`|`--help`||show this help message and exit|
|
|
|`-p`|`--pthread-self`||Try to get the address of TLS by calling pthread_self(). (default: %(default)s)|
|