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

Stage #5

Open
evanpjensen opened this issue Mar 3, 2013 · 4 comments
Open

Stage #5

evanpjensen opened this issue Mar 3, 2013 · 4 comments

Comments

@evanpjensen
Copy link
Member

Come up with an awesome stage and find a way to justify its existence.

@evanpjensen
Copy link
Member Author

@evanpjensen
Copy link
Member Author

@evanpjensen
Copy link
Member Author

There is a problem writing a stage that works within the context of all binaries. I suspect it's related to symbol versioning.
http://www.akkadia.org/drepper/symbol-versioning

@evanpjensen
Copy link
Member Author

A workaround to the versioning problem might be to statically link against diet libc. http://www.fefe.de/dietlibc/
Change the compiler from gcc to gcc -fPIC in order to compile binaries -fPIE -pie -static. Static compilation of dietlibc AND an embedded python interpreter /might/ make the .so payload larger than is desirable.

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