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

@@@SS foreach offset+size iterator command for segments #21412

Closed
HanEmile opened this issue Mar 1, 2023 · 0 comments
Closed

@@@SS foreach offset+size iterator command for segments #21412

HanEmile opened this issue Mar 1, 2023 · 0 comments

Comments

@HanEmile
Copy link

HanEmile commented Mar 1, 2023

Description

Currently, the @@@ command has options for printing all kinds of structures (exports, functions, sections, flags, ...) but not segments. In order to so so, you currently have to do it using a custom command like this:

[0x00401000]> pxc 0x20 @@@=`iSS~[4,3]:4..-1`

That is: get the command (in this case ISS, get the fourth and third column and strip the rest of the lines that aren't needed (btw.: it would be nice to have some "raw" mode which by default only outputs some further machine usable data by default (like the j suffix found behind some commands))).

Suggestion

Copy the code for @@@S which is probably almost the same and update the iS to iSS

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