You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this version we only need the dynamic loader to load this program,
but any other library is contained in the generated binary, hence making
it possible to embed it in emergency environment or containers.
As an immediate result, the next commit would make it possible to only
copy the dynamic loader and the static-pie version of BuggieBox into a
containerized environment, in which it can happily run without any other
dependencies anymore.
Personally, this has been a goal I worked on for a very long time, and I
finally succeeded to finish this patch by realizing (with the help of
ChatGPT) that I needed to include the whole LibC archive during linking
because of how weak symbols are being resolved with library archives vs
library shared objects.
0 commit comments