mirror of
https://github.com/objective-see/KnockKnock.git
synced 2026-03-22 06:52:25 +00:00
01c29e7c00
-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
14 lines
236 B
Objective-C
Executable File
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
|