Files
KnockKnock/NSApplicationKeyEvents.h
Patrick Wardle 01c29e7c00 improved launch d&a plugin
-check for 'Program' key first
 -start/calendar interval
added macho parser to classify files as encrypted/packed
fixed bug in signing check (just for ad-hoc, should've bailed if file not signed)
suppress stderr in execTask()
improved sanity checks in various spots
2016-05-31 21:33:58 -10:00

14 lines
236 B
Objective-C
Executable File

//
// NSApplicationKeyEvents.h
// KnockKnock
//
// Created by Patrick Wardle on 7/11/15.
// Copyright (c) 2015 Objective-See. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface NSApplicationKeyEvents : NSApplication
@end