mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
final v2.0.0 release
-wait on enum thread to exit before (re)starting -don't vmmap ourselves :P
This commit is contained in:
@@ -250,10 +250,20 @@ bail:
|
||||
// have to use vmmap, since we don't com.apple.system-task-ports entitlement
|
||||
else
|
||||
{
|
||||
//skip self
|
||||
// ...'vmmap' suspends the process
|
||||
if(taskPID.intValue == getpid())
|
||||
{
|
||||
//bail
|
||||
goto bail;
|
||||
}
|
||||
|
||||
//enum dylibs
|
||||
dylibPaths = [self enumerateDylibsNew:(NSNumber*)taskPID];
|
||||
}
|
||||
|
||||
bail:
|
||||
|
||||
//invoke reply block
|
||||
reply(dylibPaths);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user