mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
improved handling of dylibs in dyld cache
This commit is contained in:
@@ -245,7 +245,7 @@ bail:
|
||||
|
||||
//skip self
|
||||
// can't vmmap self :|
|
||||
if(pid.intValue != getpid())
|
||||
if(pid.intValue == getpid())
|
||||
{
|
||||
goto bail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user