Relative Content

Tag Archive for linuxlinux-kernelldelfmusl

Troubleshooting Execution Failure of the musl-libc Shared Library

Problem Description I am currently working on a project involving shared library reconstruction (on a x64, Linux virtual machine), specifically targeting the musl-libc (verion: 1.1.15). After reconstructing the musl-libc library, the new library fails to execute (Note that musl-libc itself is also a binary executable). Specifically, when I run the original musl-libc with: ./libc.so I […]