mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-28 08:29:58 -07:00
Add tools for launching a root shell on the device, and for sending serial commands to the device. Extend the make.sh script to push those and configure a root shell. Commands can now be executed as root via: adb shell rootshell -c \"touch /tmp/test\" allowing automatic configuration of the tooling.
10 lines
103 B
TOML
10 lines
103 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"orca",
|
|
"serial",
|
|
"rootshell",
|
|
"wavehunter",
|
|
]
|
|
resolver = "2"
|