installd validation and 3 app limit bypass

This commit is contained in:
khanhduytran0
2026-03-11 21:26:15 +07:00
parent 6f3544d1ff
commit 45b8db2b6a
23 changed files with 1929 additions and 36 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ int (*_write)(int, const void *, size_t);
int dyld_lv_bypass_init(void * (*_dlsym)(void* handle, const char* symbol), const char *next_stage_dylib_path);
const char *save_actual_dylib(void) {
const char *path = "/tmp/actual.dylib";
const char *path = "/var/installd/Library/Caches/actual.dylib";
int fd = _open(path, O_CREAT | O_WRONLY | O_TRUNC, 0644);
// -sectcreate __TEXT __actual_dylib <path to dylib>