diff options
Diffstat (limited to 'oc/Kexts/itlwm.kext')
| -rwxr-xr-x | oc/Kexts/itlwm.kext/Contents/Info.plist | 114 | ||||
| -rwxr-xr-x | oc/Kexts/itlwm.kext/Contents/MacOS/itlwm | bin | 0 -> 15962728 bytes |
2 files changed, 114 insertions, 0 deletions
diff --git a/oc/Kexts/itlwm.kext/Contents/Info.plist b/oc/Kexts/itlwm.kext/Contents/Info.plist new file mode 100755 index 0000000..a46c80b --- /dev/null +++ b/oc/Kexts/itlwm.kext/Contents/Info.plist @@ -0,0 +1,114 @@ +<?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>BuildMachineOSBuild</key> + <string>19H2026</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>itlwm</string> + <key>CFBundleIdentifier</key> + <string>com.zxystd.itlwm</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>itlwm</string> + <key>CFBundlePackageType</key> + <string>KEXT</string> + <key>CFBundleShortVersionString</key> + <string>2.2.0</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>2.2.0</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>11E801a</string> + <key>DTPlatformVersion</key> + <string>GM</string> + <key>DTSDKBuild</key> + <string>19G68</string> + <key>DTSDKName</key> + <string>macosx10.15</string> + <key>DTXcode</key> + <string>1170</string> + <key>DTXcodeBuild</key> + <string>11E801a</string> + <key>IOKitPersonalities</key> + <dict> + <key>itlwm</key> + <dict> + <key>CFBundleIdentifier</key> + <string>com.zxystd.itlwm</string> + <key>IOClass</key> + <string>itlwm</string> + <key>IOMatchCategory</key> + <string>IODefaultMatchCategory</string> + <key>IOPCIPrimaryMatch</key> + <string>0x00008086&0x0000ffff</string> + <key>IOProbeScore</key> + <integer>2000</integer> + <key>IOProviderClass</key> + <string>IOPCIDevice</string> + <key>IOUserClientClass</key> + <string>ItlNetworkUserClient</string> + <key>WiFiConfig</key> + <dict> + <key>WiFi_1</key> + <dict> + <key>password</key> + <string>zxyssdt112233</string> + <key>ssid</key> + <string>ssdt</string> + </dict> + <key>WiFi_2</key> + <dict> + <key>password</key> + <string>zxyssdt112233</string> + <key>ssid</key> + <string>ssdt_5G</string> + </dict> + <key>WiFi_3</key> + <dict> + <key>password</key> + <string></string> + <key>ssid</key> + <string>Redmi</string> + </dict> + <key>WiFi_4</key> + <dict> + <key>password</key> + <string>9utc5c5f</string> + <key>ssid</key> + <string>CMCC-KtG6</string> + </dict> + </dict> + </dict> + </dict> + <key>LSMinimumSystemVersion</key> + <string>10.9</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2020 钟先耀. All rights reserved.</string> + <key>OSBundleLibraries</key> + <dict> + <key>com.apple.iokit.IONetworkingFamily</key> + <string>1.5.0</string> + <key>com.apple.iokit.IOPCIFamily</key> + <string>1.7</string> + <key>com.apple.kpi.bsd</key> + <string>8.10.0</string> + <key>com.apple.kpi.iokit</key> + <string>8.10.0</string> + <key>com.apple.kpi.libkern</key> + <string>8.10.0</string> + <key>com.apple.kpi.mach</key> + <string>8.10.0</string> + </dict> + <key>OSBundleRequired</key> + <string>Network-Root</string> +</dict> +</plist> diff --git a/oc/Kexts/itlwm.kext/Contents/MacOS/itlwm b/oc/Kexts/itlwm.kext/Contents/MacOS/itlwm Binary files differnew file mode 100755 index 0000000..602ec8f --- /dev/null +++ b/oc/Kexts/itlwm.kext/Contents/MacOS/itlwm |
