Skip to content

ThePedroo/CSOLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSOLoader

CSOLoader is a traceless and system-linker-independent custom linker for Android Linux.

Features

  • C99 compliant
  • System linker independent (no dlopen)
  • Dependencyless (no third-party dependency, except system ones)

Installation

1. Clone the repository

$ git clone https://github.com/ThePedroo/CSOLoader
$ cd CSOLoader

2. Connect your Android device

This is required to test CSOLoader capabilities. Before proceeding, connect your device and assure you can access adb shell.

3. Compile the project

$ make

4. Compile the shared library

$ cd shareds
$ make

3. Run CSOLoader

$ adb shell su -c /data/local/tmp/csoloader /data/local/tmp/shared.so

Usage

N/A

Documentation

N/A

Support

N/A

Contribution

It is mandatory to follow the PerformanC's contribution guidelines to contribute to CSOLoader. Following its Security Policy, Code of Conduct and syntax standard.

Projects using CSOLoader

None yet, soon ReZygisk.

License

CSOLoader is licensed under GNU AGPLv3 License. You can read more about it on Open Source Initiative.

About

Traceless and system-linker-independent custom linker for Android and Linux.

Resources

License

Stars

Watchers

Forks