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:
ThePedroo
2024-06-16 15:32:24 -03:00
parent b7adea736a
commit c50d89e28e
8 changed files with 15 additions and 15 deletions

View File

@@ -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;
}

View File

@@ -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);