mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-10-31 07:20:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			624 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			624 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  SecretAgentKit.h
 | |
| //  SecretAgentKit
 | |
| //
 | |
| //  Created by Max Goedjen on 2/22/20.
 | |
| //  Copyright © 2020 Max Goedjen. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import <Foundation/Foundation.h>
 | |
| #import <Security/Security.h>
 | |
| 
 | |
| 
 | |
| // Forward declarations
 | |
| 
 | |
| // from libproc.h
 | |
| int proc_pidpath(int pid, void * buffer, uint32_t  buffersize);
 | |
| 
 | |
| // from SecTask.h
 | |
| OSStatus SecCodeCreateWithPID(int32_t, SecCSFlags, SecCodeRef *);
 | |
| 
 | |
| //! Project version number for SecretAgentKit.
 | |
| FOUNDATION_EXPORT double SecretAgentKitVersionNumber;
 | |
| 
 | |
| //! Project version string for SecretAgentKit.
 | |
| FOUNDATION_EXPORT const unsigned char SecretAgentKitVersionString[];
 | |
| 
 | |
| 
 |