added (skeleton) dylib info window

added record if binary is apple-signed & display green icon
sort tasks by name
This commit is contained in:
Patrick Wardle
2015-06-15 21:35:08 -10:00
parent e8ce5006bb
commit f19466a8fe
17 changed files with 330 additions and 90 deletions
+5
View File
@@ -529,6 +529,11 @@ bail:
}
- (NSComparisonResult)compare:(Task*)otherTask
{
return [self.binary.name compare:otherTask.binary.name options:NSCaseInsensitiveSearch];
}