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

Add a method that returns the .text section of any executable file #6

Open
postmodern opened this issue Feb 22, 2025 · 0 comments
Open
Labels
feature New Feature
Milestone

Comments

@postmodern
Copy link
Member

Add a method that returns the .text section of any executable file. It should be returned not as a String, as executable files can be quite large, but as some kind of class or IO stream that we can read bytes from. It should also contain information about whether the .text section contains x86, x86-64, ARM, or ARM64/AArach64 object code; this will be useful for selecting the architecture's disassembler from ronin-asm.

@postmodern postmodern added the feature New Feature label Feb 22, 2025
@postmodern postmodern added this to the 0.1.0 milestone Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature
Projects
None yet
Development

No branches or pull requests

1 participant