-
Notifications
You must be signed in to change notification settings - Fork 47
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 request: Listing texts in given sections #6
Comments
Sounds like a great idea! Would you like to take a stab at it?... |
Thank you! Unfortunately I have very limited knowledge about ELF format, I can help if you redirect me. I don't know the theory. |
Hello, I have changed
|
Think of ELF as a pretty simple (but large) data-structure. Check this out for a quick intro... ...and a detailed reference |
The segmentation fault is the updated This is because Reference: Page 16(of 60) of ELF_format.pdf |
How about this -
Look for |
Second option looks better and easier to me. I guess currently |
in my previous comment i meant that as step1 and step2.
Please :-) search and do read the above to understand the byte format of the string table in an ELF file. Then its a matter of writing C code to:
Not sure how |
Hello,
Is it possible to add listing texts in some given sections for example .rodata or .strtab.
A function which reads a section would be very useful. Something like
readelf -x .rodata <binary>
The text was updated successfully, but these errors were encountered: