CSOLoader is a traceless and system-linker-independent custom linker for Android Linux.
- C99 compliant
- System linker independent (no dlopen)
- Dependencyless (no third-party dependency, except system ones)
$ git clone https://github.com/ThePedroo/CSOLoader
$ cd CSOLoaderThis is required to test CSOLoader capabilities. Before proceeding, connect your device and assure you can access adb shell.
$ make$ cd shareds
$ make$ adb shell su -c /data/local/tmp/csoloader /data/local/tmp/shared.soN/A
N/A
N/A
It is mandatory to follow the PerformanC's contribution guidelines to contribute to CSOLoader. Following its Security Policy, Code of Conduct and syntax standard.
None yet, soon ReZygisk.
CSOLoader is licensed under GNU AGPLv3 License. You can read more about it on Open Source Initiative.
- This project is considered as: leading standard.