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 parse_kconfig and kernel information to pwnlib.elf.ELF #861

Merged
merged 1 commit into from
Jan 19, 2017

Conversation

zachriggle
Copy link
Member

This enhances the ELF class when the opened file is an uncompressed, un-stripped vmlinux kernel image.

In particular, the version is extracted (ELF.version) as well as the configuration (ELF.config) if it has been embedded (controlled by CONFIG_IKCONFIG).

@zachriggle zachriggle self-assigned this Jan 19, 2017
@zachriggle zachriggle added this to the Someday milestone Jan 19, 2017
@zachriggle
Copy link
Member Author

CI passes, Codacy complaint is unimportant -- merging

@zachriggle zachriggle merged commit 8345bc3 into Gallopsled:dev Jan 19, 2017
@zachriggle zachriggle modified the milestones: 3.5.0, Someday Jan 19, 2017
@zachriggle zachriggle deleted the kernel-config branch February 16, 2017 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant