Commit c94f9e1c authored by topjohnwu's avatar topjohnwu

Use a binary that exists on all devices for hijacking

parent 68532fad
...@@ -74,7 +74,7 @@ void FirstStageInit::prepare() { ...@@ -74,7 +74,7 @@ void FirstStageInit::prepare() {
} }
#define INIT_PATH "/system/bin/init" #define INIT_PATH "/system/bin/init"
#define REDIR_PATH "/system/bin/adbd" #define REDIR_PATH "/system/bin/am"
void SARFirstStageInit::prepare() { void SARFirstStageInit::prepare() {
int pid = getpid(); int pid = getpid();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment