improved handling of dylibs in dyld cache

This commit is contained in:
Objective-See Foundation
2025-04-28 14:42:20 -07:00
parent f4747a4220
commit 251761bb47
4 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ bail:
//skip self
// can't vmmap self :|
if(pid.intValue != getpid())
if(pid.intValue == getpid())
{
goto bail;
}