mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-18 08:32:59 +00:00
Hijack another binary for 2nd stage
Instead of using ptrace hacks, use another hack instead :D
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
|
||||
class SARFirstStageInit : public SARBase {
|
||||
private:
|
||||
void traced_exec_init();
|
||||
void prepare();
|
||||
protected:
|
||||
void early_mount() override;
|
||||
public:
|
||||
@@ -110,7 +110,8 @@ public:
|
||||
};
|
||||
void start() override {
|
||||
early_mount();
|
||||
traced_exec_init();
|
||||
prepare();
|
||||
exec_init();
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user