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
Add file section type and more flags for the ELF sections information ("iS") #404
Comments
I plan to try to fix this but have a few questions.
vs.
vs.
|
Hey! Good questions, thank you!
|
A side note - the output can be colorized if |
@PinkNoize and I have together obtained this Output, should I also add the entire string to the "FLG" parameter as I thought that might affect the tabular structure of the dump. Also this has been implemented for ELF's. I can add the entire section flag names if necessary. |
Looks fine. I think you can keep short flags but then you need to print a legend below as |
Okay yeah |
|
@sandrabeme is the code to get that anywhere? Would you mind creating a PR in draft mode so you can start getting some early feedback about it? Do these flags make sense with other bin plugins? Are we going to list all flags of all plugins? If yes, I think there will be a super long list of bin-specific flags. |
Draft PR is here: #746 |
iS
/iSj
should contain more information about sections in case of ELF. Missing information about section type and additional flags:Compare that with the output of
readelf -SW
:001.make.elf.x86_64.zip
The text was updated successfully, but these errors were encountered: