diff --git a/.DS_Store b/.DS_Store index d15a4ca..ff40f0a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/EFI/.DS_Store b/EFI/.DS_Store index fb445f9..2f1805a 100644 Binary files a/EFI/.DS_Store and b/EFI/.DS_Store differ diff --git a/EFI/OC/.DS_Store b/EFI/OC/.DS_Store index 8c277f6..5d7aa88 100644 Binary files a/EFI/OC/.DS_Store and b/EFI/OC/.DS_Store differ diff --git a/EFI/OC/Config.plist b/EFI/OC/Config.plist index 12dc58b..8e8482f 100755 --- a/EFI/OC/Config.plist +++ b/EFI/OC/Config.plist @@ -1018,6 +1018,22 @@ PlistPath Contents/Info.plist + + BundlePath + AnyiSightCam.kext + Comment + Apple Camera Spoof + Enabled + + ExecutablePath + + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + Block diff --git a/EFI/OC/Kexts/AnyiSightCam.kext/Contents/Info.plist b/EFI/OC/Kexts/AnyiSightCam.kext/Contents/Info.plist new file mode 100755 index 0000000..585d253 --- /dev/null +++ b/EFI/OC/Kexts/AnyiSightCam.kext/Contents/Info.plist @@ -0,0 +1,119 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.AnV_Software.driver.AnyiSightCam + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + AnyiSightCam + CFBundlePackageType + KEXT + CFBundleSignature + ???? + CFBundleVersion + 8.8.8 + IOKitPersonalities + + Fake Built-in iSight Device + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBDevice + IOProviderMergeProperties + + USB Product Name + FaceTime HD Camera (Built-in) + USB Serial Number + DJHB2F000LDH7FL0 + USB Vendor Name + Apple Inc. + bcdDevice + 1302 + iManufacturer + 1 + iProduct + 2 + iSerialNumber + 3 + idProduct + 34057 + idVendor + 1452 + kSuspendPort + + non-removable + yes + + idProduct + 46153 + idVendor + 1266 + + Fake Built-in iSight Interface A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Interface Name + Built-in iSight + bcdDevice + 1077 + idProduct + 34055 + idVendor + 1452 + + bConfigurationValue + * + bInterfaceNumber + 0 + idProduct + 46153 + idVendor + 1266 + + Fake Built-in iSight Interface B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Interface Name + Built-in iSight + bcdDevice + 1077 + idProduct + 34055 + idVendor + 1452 + + bConfigurationValue + * + bInterfaceNumber + 1 + idProduct + 46153 + idVendor + 1266 + + + OSBundleRequired + Root + + diff --git a/EFI/OC/Kexts/AnyiSightCam.kext/Contents/Resources/English.lproj/InfoPlist.strings b/EFI/OC/Kexts/AnyiSightCam.kext/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100755 index 0000000..0e0ab70 Binary files /dev/null and b/EFI/OC/Kexts/AnyiSightCam.kext/Contents/Resources/English.lproj/InfoPlist.strings differ