Skip to content

Instantly share code, notes, and snippets.

View inC3ASE's full-sized avatar

Gabriel Sawyer inC3ASE

  • Aptos, California
View GitHub Profile
@inC3ASE
inC3ASE / CoreTelephonyDefines.h
Last active October 14, 2016 01:14
CoreTelephony.framework
/*
* CoreTelephonyDefines.h
* CFTelephony
*
* Copyright 2010 Apple Inc. All rights reserved.
*
*/
// Macros to export a symbol from the CoreTelephony library
#ifndef __CORETELEPHONY_DEFINES_H__
@inC3ASE
inC3ASE / default_tech.plist
Created October 14, 2016 01:15
CoreTelephony.Framework/Support
<?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>IKE</key>
<dict>
<key>IKEVersion</key>
<integer>2</integer>
<key>LocalIdentifier</key>
<string>0$imsi@nai.epc.mnc$mnc.mcc$mcc.3gppnetwork.org</string>
@inC3ASE
inC3ASE / SE13Overrides.plist
Created October 14, 2016 01:17
CoreTelephony.Framework/Support/SEOverridesPlist+Tech_Config.plist+TextToBinaryMap.plist-INThatOrder
<?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>28310</key>
<string>Orange</string>
<key>310140</key>
<string>MPULSE</string>
</dict>
</plist>
@inC3ASE
inC3ASE / module.map
Created October 14, 2016 01:20
CoreTelephony.framework+Only giving bits of pieces of never-ending files needing closer look
framework module CoreTelephony [extern_c] {
export *
umbrella "Headers"
module * { export * }
}
@inC3ASE
inC3ASE / ifconfig
Created October 14, 2016 01:22
Basic $ ifconfig Output
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=201<PERFORMNUD,DAD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 02:0f:4b:6b:1c:3a
@inC3ASE
inC3ASE / AccessbilityDefinitions.plist
Created October 14, 2016 01:28
System/Library/Accessbility
<?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>actions</key>
<dict>
<key>AXCancel</key>
<dict>
<key>ax_notes</key>
<string></string>
@inC3ASE
inC3ASE / authorizations.plist
Created October 14, 2016 01:33
System/Libray/Accessibility/Security
<?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>comment</key>
<string>The name of the requested right is matched against the keys. An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
allow rule: this is always allowed
&lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
&lt;string&gt;allow&lt;/string&gt;
@inC3ASE
inC3ASE / TrustStore.html
Created October 14, 2016 01:36
../Security/Certificate.bundle/contents
<html><head><meta charset="UTF-8"></head>
<body bgcolor=#ffffff>
<style>
h1 {font:20px 'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:bold;color:black;margin:8px}
h2 {font:14px 'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:plain;color:black;margin:8px;line-height:18px}
table {font:12px 'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:plain;color:black;margin:8px;line-height:18px;width:100%;border:0px solid;border-collapse:collapse}
th,td {padding:4px;}
tr:nth-child(even) {background:#f1f1f1;}
</style>
@inC3ASE
inC3ASE / IAPPCAppsList.plist
Created October 14, 2016 01:39
.../OS X El Capitan.app/Contents/Plugins/IA.bundle/Contents/Resources
<?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">
<array>
<string>Microsoft/com.microsoft.AlertsDaemon</string>
<string>Microsoft/com.microsoft.Messenger</string>
<string>com.adobe.Acrobat.Pro</string>
<string>com.adobe.Contribute</string>
<string>com.adobe.ESD.AdobeUpdaterApplication</string>
<string>com.adobe.ESToolkit</string>
@inC3ASE
inC3ASE / preheat.sh
Created October 14, 2016 01:41
../System/Installation/CDIS/
#!/bin/sh
mode=${1:---heat}
root=${2:-""}
files=""
files="$files $root/usr/libexec/kextd"
files="$files $root/sbin/ifconfig"
files="$files $root/sbin/mount_volfs"
files="$files $root/sbin/mount"