https://github.com/dergoogler/node-ksu
https://github.com/dergoogler/node-ksu
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dergoogler/node-ksu
- Owner: DerGoogler
- License: gpl-3.0
- Created: 2023-09-19T14:13:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T17:25:28.000Z (over 2 years ago)
- Last Synced: 2025-02-23T01:13:44.539Z (over 1 year ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node KernelSU
I just got bored and wanna try this. Thanks to [@HuskyDG](https://github.com/HuskyDG ) to let notice that KernelSU has netive apis.
## Uhm
The following aren't supported because Node.js can't handle this or to much effort to integrate it.
```js
const { KernelSU } require('node-ksu')
KernelSU.setAppProfile(...)
KernelSU.getAppProfile(...)
```
## API
Please read this file [here](src/KernelSU.js)