prebuilt debug libc for study
docker pull skysider/glibc_builder32:${glibc_version}
compiled libc.so is located in /glibc/${glibc_version}/32/lib/ .
besides, you can also build your own glibc version with following command:
docker build --build-arg GLIBC_VERSION=${version} -t <tag> .
Content type
Image
Digest
Size
249.3 MB
Last updated
about 7 years ago
docker pull skysider/glibc_builder32