secretive/Sources/Packages/Sources/SecretAgentKitHeaders/include/SecretAgentKit.h

20 lines
479 B
C
Raw Normal View History

2020-03-04 07:14:38 +00:00
#import <Foundation/Foundation.h>
2020-03-18 05:59:03 +00:00
#import <Security/Security.h>
2020-03-04 07:14:38 +00:00
2020-03-19 03:04:48 +00:00
// Forward declarations
// from libproc.h
2020-03-17 08:23:49 +00:00
int proc_pidpath(int pid, void * buffer, uint32_t buffersize);
2020-03-19 03:04:48 +00:00
// from SecTask.h
2020-03-18 05:59:03 +00:00
OSStatus SecCodeCreateWithPID(int32_t, SecCSFlags, SecCodeRef *);
2020-03-04 07:14:38 +00:00
//! Project version number for SecretAgentKit.
FOUNDATION_EXPORT double SecretAgentKitVersionNumber;
//! Project version string for SecretAgentKit.
FOUNDATION_EXPORT const unsigned char SecretAgentKitVersionString[];