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

Dissection of an ELF shared library #3

Open
mewmew opened this issue Mar 19, 2019 · 1 comment
Open

Dissection of an ELF shared library #3

mewmew opened this issue Mar 19, 2019 · 1 comment

Comments

@mewmew
Copy link
Owner

mewmew commented Mar 19, 2019

The motivating use case that sparked an interest in the dissection of ELF shared libraries is to relink a PE binary executable into a working ELF shared library; as is the intended aim of the zelda tool.

@mewmew
Copy link
Owner Author

mewmew commented Mar 19, 2019

As of rev d6ccd75, we have a working dissected ELF shared library. The next goal will be to make it as minimal as possible, while still being able to invoke foo and have it return 42.

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

1 participant