├── keyraider └── Trojan.iPhoneOS.KeyRaider_samples.7z ├── one_click_fraud ├── README └── a42db180958b17edff843dd8893f4caac6b754b7f8f80d24fd9a685a32dcf34d └── xcode_ghost └── XcodeGhost_samples ├── CoreServices_f296 ├── Xcode_6.2.app └── Contents │ └── Developer │ └── Platforms │ ├── MacOSX.platform │ └── Developer │ │ └── SDKs │ │ └── Library │ │ ├── Frameworks │ │ └── CoreServices.framework │ │ │ └── CoreService │ │ └── PrivateFrameworks │ │ └── IDEBundleInjection.framework │ │ ├── IDEBundleInjection │ │ ├── Resources │ │ ├── Info.plist │ │ └── version.plist │ │ └── Versions │ │ ├── A │ │ ├── IDEBundleInjection │ │ ├── Resources │ │ │ ├── Info.plist │ │ │ └── version.plist │ │ └── _CodeSignature │ │ │ └── CodeResources │ │ └── Current │ │ ├── IDEBundleInjection │ │ ├── Resources │ │ ├── Info.plist │ │ └── version.plist │ │ └── _CodeSignature │ │ └── CodeResources │ ├── iPhoneOS.platform │ └── Developer │ │ └── SDKs │ │ └── Library │ │ ├── Frameworks │ │ └── CoreServices.framework │ │ │ ├── .DS_Store │ │ │ └── CoreService │ │ └── PrivateFrameworks │ │ └── IDEBundleInjection.framework │ │ ├── IDEBundleInjection │ │ ├── Info.plist │ │ ├── _CodeSignature │ │ └── CodeResources │ │ └── version.plist │ └── iPhoneSimulator.platform │ └── Developer │ └── SDKs │ └── Library │ ├── Frameworks │ └── CoreServices.framework │ │ ├── .DS_Store │ │ └── CoreService │ └── PrivateFrameworks │ └── IDEBundleInjection.framework │ ├── IDEBundleInjection │ ├── Info.plist │ ├── _CodeSignature │ └── CodeResources │ └── version.plist └── Xcode_6.4.app └── Contents └── Developer └── Platforms ├── MacOSX.platform └── Developer │ └── SDKs │ └── Library │ ├── Frameworks │ └── CoreServices.framework │ │ └── CoreServices │ └── PrivateFrameworks │ └── IDEBundleInjection.framework │ ├── IDEBundleInjection │ ├── Resources │ ├── Info.plist │ └── version.plist │ └── Versions │ ├── A │ ├── IDEBundleInjection │ ├── Resources │ │ ├── Info.plist │ │ └── version.plist │ └── _CodeSignature │ │ └── CodeResources │ └── Current │ ├── IDEBundleInjection │ ├── Resources │ ├── Info.plist │ └── version.plist │ └── _CodeSignature │ └── CodeResources ├── iPhoneOS.platform └── Developer │ └── SDKs │ └── Library │ ├── Frameworks │ └── CoreServices.framework │ │ └── CoreServices │ └── PrivateFrameworks │ └── IDEBundleInjection.framework │ ├── IDEBundleInjection │ ├── Info.plist │ ├── _CodeSignature │ └── CodeResources │ └── version.plist └── iPhoneSimulator.platform └── Developer └── SDKs └── Library ├── Frameworks └── CoreServices.framework │ └── CoreServices └── PrivateFrameworks └── IDEBundleInjection.framework ├── IDEBundleInjection ├── Info.plist ├── _CodeSignature └── CodeResources └── version.plist /keyraider/Trojan.iPhoneOS.KeyRaider_samples.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/keyraider/Trojan.iPhoneOS.KeyRaider_samples.7z -------------------------------------------------------------------------------- /one_click_fraud/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/one_click_fraud/README -------------------------------------------------------------------------------- /one_click_fraud/a42db180958b17edff843dd8893f4caac6b754b7f8f80d24fd9a685a32dcf34d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/one_click_fraud/a42db180958b17edff843dd8893f4caac6b754b7f8f80d24fd9a685a32dcf34d -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/CoreServices_f296: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/CoreServices_f296 -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreService: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreService -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Resources/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Resources/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Resources/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/Resources/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/Resources/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/Resources/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/Resources/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/Resources/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/Resources/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/.DS_Store -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreService: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreService -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/.DS_Store -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreService: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreService -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreServices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreServices -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Resources/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Resources/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Resources/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/Resources/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/Resources/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/Resources/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/A/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/Resources/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/Resources/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/Resources/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Versions/Current/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreServices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreServices -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/version.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreServices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/Frameworks/CoreServices.framework/CoreServices -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/Info.plist -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishb/ios-malware/HEAD/xcode_ghost/XcodeGhost_samples/Xcode_6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/Library/PrivateFrameworks/IDEBundleInjection.framework/version.plist --------------------------------------------------------------------------------