You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
update: Zygisk Next -> ReZygisk
This commit changes the name of the project to not be the same as the original one, Zygisk Next.
This commit is contained in:
@@ -41,14 +41,14 @@ int main(int argc, char **argv) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
printf("Zygisk Next Tracer %s\n", ZKSU_VERSION);
|
||||
printf("ReZygisk Tracer %s\n", ZKSU_VERSION);
|
||||
printf("Usage: %s ctl start|stop|exit\n", argv[0]);
|
||||
return 1;
|
||||
} else if (argc >= 2 && argv[1] == "version"sv) {
|
||||
printf("Zygisk Next Tracer %s\n", ZKSU_VERSION);
|
||||
printf("ReZygisk Tracer %s\n", ZKSU_VERSION);
|
||||
return 0;
|
||||
} else {
|
||||
printf("Zygisk Next Tracer %s\n", ZKSU_VERSION);
|
||||
printf("ReZygisk Tracer %s\n", ZKSU_VERSION);
|
||||
printf("usage: %s monitor | trace <pid> | ctl <start|stop|exit> | version\n", argv[0]);
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -571,7 +571,7 @@ static bool prepare_environment() {
|
||||
}
|
||||
|
||||
void init_monitor() {
|
||||
LOGI("Zygisk Next %s", ZKSU_VERSION);
|
||||
LOGI("ReZygisk %s", ZKSU_VERSION);
|
||||
LOGI("init monitor started");
|
||||
if (!prepare_environment()) {
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user