This commit is contained in:
5ec1cff
2023-11-03 11:41:28 +08:00
parent f78c217552
commit f5e0a418c9
18 changed files with 314 additions and 55 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
void prop_monitor_main();
void trace_zygote_main(int pid);
int wait_for_zygote();
bool trace_zygote(int pid);
int find_zygote();