mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-27 19:23:40 +00:00
add support for qualcomm libraries and a README
This commit is contained in:
19
root-module-manual/README.md
Normal file
19
root-module-manual/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user