Skip to content

Commit 18a6d65

Browse files
committed
update: CSOLoader
This commit updates CSOLoader to include the commits related to stealthness and bug fixes, improving stability.
1 parent 172c51a commit 18a6d65

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

loader/src/injector/hook.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ DCL_HOOK_FUNC(int, pthread_attr_setstacksize, void *target, size_t size) {
322322
if (should_unmap_zygisk) {
323323
unhook_functions();
324324

325+
csoloader_deinit();
326+
325327
if (!should_unmap_zygisk) {
326328
LOGW("Failed to unmap libzygisk.so, skipping munmap");
327329

0 commit comments

Comments
 (0)