The goal of Clcanny/shade-so is to imitate Apache Maven Shade Plugin, provide a tool that can shade elf-format dynamic link libraries (xxx*.so).
I hope shade-so can shadow all dependencies of famous softwares (such as vim/vim and redis/redis) and provide fat binaries.
The project is currently in a very early stage, but it can shade dynamic linkg libraries with the following elements:
- Global variables
- External dependencies
- etc.
If you are interested in the project, please contact me (837940593@qq.com). Opening issues and pulling requests are also helpful.