show injection status

This commit is contained in:
5ec1cff
2023-12-12 00:43:30 +08:00
parent 993b18752b
commit db60c3185e
5 changed files with 54 additions and 20 deletions

View File

@@ -6,8 +6,11 @@ bool trace_zygote(int pid);
enum Command {
START = 1,
STOP,
EXIT
STOP = 2,
EXIT = 3,
// sent from daemon
ZYGOTE64_INJECTED = 4,
ZYGOTE32_INJECTED = 5
};
void send_control_command(Command cmd);