dylibs and files in bottom pane are now sorted

errSecCSBadResource is ignored when checking for apple-signed files
'show file' fixed in bottom pane
tree view (re)fixed and sorted based on PID
tree view logic combined in single file
This commit is contained in:
Patrick Wardle
2015-06-17 21:47:56 -10:00
parent f19466a8fe
commit ee9b80ddb9
14 changed files with 476 additions and 490 deletions
+1 -6
View File
@@ -138,9 +138,7 @@
}//add new tasks
//sort by name!
//reload table
//reload task table
[((AppDelegate*)[[NSApplication sharedApplication] delegate]) reloadTaskTable];
//now generate signing info
@@ -261,9 +259,6 @@
//add kernel task
[allTasks setObject:task forKey:@0];
//sort all tasks alphabetically
[allTasks sort:@"name"];
//bail
bail: