Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Add a pwndbg p2p command #1161

Open
tesuji opened this issue Dec 26, 2024 · 0 comments
Open

[feature] Add a pwndbg p2p command #1161

tesuji opened this issue Dec 26, 2024 · 0 comments

Comments

@tesuji
Copy link
Contributor

tesuji commented Dec 26, 2024

Type of feature request

Additional API

Misc

No response

Summary Description

pwndbg has a handy command named p2p (Pointer to pointer chain search) that is used to search given mapping for all pointers that point to specified mapping. For example:

pwndbg> p2p libc stack
00:00000x73100cc45440 (program_invocation_short_name) —▸ 0x7ffe6347a522 ◂— 0
00:00000x73100cc45448 (program_invocation_name) —▸ 0x7ffe6347a517 ◂— 0

It would be nice if gef has the same feature.

Implementation idea/suggestion

N/A.

Existing alternatives?

N/A.

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant