You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
add controller command
This commit is contained in:
@@ -2,3 +2,11 @@
|
||||
|
||||
void init_monitor();
|
||||
bool trace_zygote(int pid);
|
||||
|
||||
enum Command {
|
||||
START = 1,
|
||||
STOP,
|
||||
EXIT
|
||||
};
|
||||
|
||||
void send_control_command(Command cmd);
|
||||
|
||||
Reference in New Issue
Block a user