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

Positioning related to ELF files #22

Closed
benquike opened this issue Mar 30, 2016 · 3 comments
Closed

Positioning related to ELF files #22

benquike opened this issue Mar 30, 2016 · 3 comments

Comments

@benquike
Copy link
Contributor

When radare2 opens an ELF file, where does it set its starting position to?

when we use seek command to move the current position back and force, does it move in the virtual address space of the ELF file? or does it move in the offset from the beginning of the ELF file?

Please clarify this

@radare
Copy link
Collaborator

radare commented Mar 30, 2016

On 30 Mar 2016, at 16:16, Hui Peng notifications@github.com wrote:

When radare2 opens an ELF file, where does it set its starting position to?

entrypoint
when we use seek command to move the current position back and force, does it move in the virtual address space of the ELF file? or does it move in the offset from the beginning of the ELF file?

unless you use -n, r2 will work in va mode

Please clarify this


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #22

@benquike
Copy link
Contributor Author

@radare Thanks

@Maijin Maijin closed this as completed Mar 30, 2016
@Maijin
Copy link
Contributor

Maijin commented Mar 30, 2016

If you can add a pull request in the book where you think this info should be added, otherwise, I'll do it myself later.

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

3 participants