Tuesday, January 2, 2024

Finding shared library dependencies of ELF binaries

If you have an ELF binary in your current directory named luajit, run the following command to see which shared libraries it depends on:

readelf -d luajit | grep NEEDED

No comments:

Post a Comment

Popular Posts