Skip to content

Conversation

@bjorn3
Copy link
Contributor

@bjorn3 bjorn3 commented Jul 28, 2020

Fixes #51

@bjorn3 bjorn3 requested a review from nbaksalyar July 28, 2020 14:43
Copy link
Member

@nbaksalyar nbaksalyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just a few nitpicks which can be addressed later.

}
}

pub struct RelocatedDwarf(Vec<RelocatedDwarfEntry>);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This struct probably can be moved into its own module, but can be done later.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do this later.

Co-authored-by: Nikita Baksalyar <[email protected]>
@nbaksalyar
Copy link
Member

It also seems that this const is missing in rust-lang/libc, I'm going to raise a PR for that :)

Raised rust-lang/libc#1849

Copy link
Member

@nbaksalyar nbaksalyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@bjorn3 bjorn3 merged commit 504791a into headcrab-rs:master Jul 28, 2020
@bjorn3 bjorn3 deleted the give_me_a_pie branch July 28, 2020 21:22
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

Successfully merging this pull request may close these issues.

Handle PIE executables on Linux by reading mem maps

2 participants