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
+1 -1
View File
@@ -59,7 +59,7 @@
//determine if dylibs should be (re)enumerated
// ->generally yes, unless the first enumeration (of all tasks) is not complete
-(BOOL)shouldEnumDylibs;
//-(BOOL)shouldEnumDylibs;
@end