Skip to content

Instantly share code, notes, and snippets.

View inC3ASE's full-sized avatar

Gabriel Sawyer inC3ASE

  • Aptos, California
View GitHub Profile
Combined Files from CACViewerPlugIn Bundle
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<string> US Government Agency Codes </string>
<dict>
<key>AF01</key>
<string>Air Force Management Engineering Agency</string>
<key>AF02</key>
@inC3ASE
inC3ASE / CACViewerPlugin.nib
Created September 1, 2016 20:50
Heres a very long file that goes along with this file <script src="https://gist.github.com/inC3ASE/3404522497517e6401f2847d4e73fc12.js"></script>
Here's a file that goes along with this:
<script src="https://gist.github.com/inC3ASE/3404522497517e6401f2847d4e73fc12.js"></script>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>$archiver</key>
<string>NSKeyedArchiver</string>
<key>$objects</key>
#!/bin/sh
# print out the hash values
# c_hash
for i in $*
do
h=`openssl x509 -hash -noout -in $i`
echo "$h.0 => $i"
done
#
# OpenSSL example configuration file.
# This is mostly being used for generation of certificate requests.
#
# This definition stops the following lines choking if HOME isn't
# defined.
HOME = .
RANDFILE = $ENV::HOME/.rnd
@inC3ASE
inC3ASE / CTTelephonyNetworkInfo.h
Created October 14, 2016 01:11
CoreTelephony.framework
/*
* CTTelephonyNetworkInfo.h
* CoreTelephony
*
* Copyright 2009 Apple Inc. All rights reserved.
*
*/
#import <Foundation/Foundation.h>
#import <CoreTelephony/CoreTelephonyDefines.h>
@inC3ASE
inC3ASE / CTSubscriberInfo.h
Created October 14, 2016 01:12
CoreTelephony.framework
/*
* CTSubscriberInfo.h
* CFTelephony
*
* Copyright 2012 Apple, Inc. All rights reserved.
*
*/
#import <Foundation/Foundation.h>
#import <CoreTelephony/CoreTelephonyDefines.h>
@inC3ASE
inC3ASE / CTSubscriber.h
Created October 14, 2016 01:12
CoreTelephony.framework
/*
* CTSubscriber.h
* CoreTelephony
*
* Copyright 2012 Apple, Inc.. All rights reserved.
*
*/
#import <Foundation/Foundation.h>
#import <CoreTelephony/CoreTelephonyDefines.h>
@inC3ASE
inC3ASE / CTCarrier.h
Created October 14, 2016 01:13
CoreTelephony.framework
/*
* CTCarrier.h
* CoreTelephony
*
* Copyright 2009 Apple, Inc.. All rights reserved.
*
*/
#import <Foundation/Foundation.h>
#import <CoreTelephony/CoreTelephonyDefines.h>
@inC3ASE
inC3ASE / CTCallCenter.h
Created October 14, 2016 01:13
CoreTelephony.framework
/*
* CTCallCenter.h
* CFTelephony
*
* Copyright 2010 Apple, Inc. All rights reserved.
*
*/
#import <Foundation/Foundation.h>
#import <CoreTelephony/CoreTelephonyDefines.h>
@inC3ASE
inC3ASE / CTCall.h
Created October 14, 2016 01:13
CoreTelephony.framework
/*
* CTCall.h
* CFTelephony
*
* Copyright 2010 Apple, Inc. All rights reserved.
*
*/
#import <Foundation/Foundation.h>
#import <CoreTelephony/CoreTelephonyDefines.h>