magisk-renef
Magisk module that auto-packages renef_server (dynamic instrumentation for Android)
File Explorer
- main.yml
- update-binary
- updater-script
- placeholder
- placeholder
- action.sh
- customize.sh
- service.sh
- utils.sh
- .gitignore
- build.py
- CHANGELOG.md
- main.py
- pyproject.toml
- README.md
- util.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
adb shell
View Details ▼
adb shell
Run shell commands on a connected Android device or emulator.
adb shell
Start a remote interactive shell on the emulator or device:
tldr {{[-p|--platform]}} android getprop
View documentation for showing Android system properties:
tldr {{[-p|--platform]}} android pm
View documentation for the Android package manager:
uv run
View Details ▼
uv run
Run a command or script in the project environment.
uv run {{path/to/script.py}}
Run a Python script:
uv run {{[-m|--module]}} {{module_name}}
Run a Python module:
uv run {{[-w|--with]}} {{package}} {{command}}
Run a command with additional packages installed temporarily:
