Files
librepods/root-module-manual/README.md
2025-01-10 23:37:07 +05:30

19 lines
630 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Root Module Generator
Use it by visiting [https://aln.kavishdevar.me](https://aln.kavishdevar.me)
## Instructions Website
- Open the website
- Upload the file
- Click on the patch button
- Wait for the patch to complete
- Download the module
- Install it in your root manager (e.g. KernelSU, Magisk, APatch, etc.)
## Instructions CLI
- Install `radare2`. Make sure you have it in your PATH. Check by running `radare2 -v`.
- Run `python3 main.py <path-to-file>`. The module will be generated in the same directory as the input file.
# License
Same as project license. Check [/LICENSE](/LICENSE) for more information.