v1.4 candidate

-improved auth window prompt (delay after success)
 -added extraction/printing of obj-c objects from exception.reason
 -ensures comparison of dylib to main binary image name now handles symbolic links
 -new icon
This commit is contained in:
Patrick Wardle
2016-03-24 21:17:00 -10:00
parent b99b05888c
commit 242d4021c9
23 changed files with 124 additions and 111 deletions
+4 -11
View File
@@ -6,25 +6,18 @@
// Copyright (c) 2015 Objective-See. All rights reserved.
//
//TODO: list of what's running on my Mac on website!!!!
#import "KKRow.h"
#import "Binary.h"
#import "Consts.h"
#import "ItemBase.h"
#import "ItemView.h"
#import "VTButton.h"
#import "kkRowCell.h"
#import "Utilities.h"
#import "AppDelegate.h"
#import "ItemBase.h"
#import "TaskTableController.h"
#import "InfoWindowController.h"
#import "KKRow.h"
#import "kkRowCell.h"
#import <AppKit/AppKit.h>
@implementation TaskTableController
@synthesize itemView;
@@ -823,7 +816,7 @@ bail:
//draw
[selectedView setNeedsDisplay:YES];
//make hide it after .33 second
//make hidden it after .33 second
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(.33 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
//reset color