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

handle PIE spanning 0x55..'-0x56..' segment #1799

Open
derekbruening opened this issue Oct 23, 2015 · 0 comments
Open

handle PIE spanning 0x55..'-0x56..' segment #1799

derekbruening opened this issue Oct 23, 2015 · 0 comments

Comments

@derekbruening
Copy link
Contributor

The PIE range where DR is loaded is [0x5555'55555000..0x5655'55555000), with simple page alignment, meaning that DR could span the 0x55..'-0x56..' segment gap. Umbra does not support segment-spanning maps. DR has functionality already implemented to reload itself at startup to a different address, so our plan is to add a DR option requesting that DR relocate itself if the kernel placed it spanning the segments.

Xref #1782, DynamoRIO/dynamorio#1227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant