Skip to content

Commit

Permalink
Biometrics: Add backend for T1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Oct 15, 2023
1 parent 5950ecb commit a430206
Show file tree
Hide file tree
Showing 22 changed files with 227 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
0x2be30028 kEOSTraceCodeServiceStart
0x2be30050 kEOSTraceCodeServiceAcceptConnection
0x2be30078 kEOSTraceCodeShouldHealStart
0x2be300a0 kEOSTraceCodeWaitForBootStart
0x2be300c8 kEOSTraceCodeReceivedConnectedNotification
0x2be300d0 kEOSTraceCodeReceivedUnresponsiveNotification
0x2be300d8 kEOSTraceCodeInitialGestaltQueryStart
0x2be300e0 kEOSTraceCodeInitialGestaltQueryEnd
0x2be300f0 kEOSTraceCodeWaitForBootEnd
0x2be30118 kEOSTraceCodeVersionCheckStart
0x2be30140 kEOSTraceCodeVersionCheckEnd
0x2be30168 kEOSTraceCodeShouldHealEnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?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>22A380017</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>EmbeddedOSInstall</string>
<key>CFBundleIdentifier</key>
<string>com.apple.EmbeddedOSInstall.framework</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>EmbeddedOSInstall</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>129</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>22G115</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.6</string>
<key>DTSDKBuild</key>
<string>22G115</string>
<key>DTSDKName</key>
<string>macosx13.6.internal</string>
<key>DTXcode</key>
<string>1430</string>
<key>DTXcodeBuild</key>
<string>14E6097d</string>
<key>LSMinimumSystemVersion</key>
<string>13.6</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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>BuildVersion</key>
<string>6423</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>129</string>
<key>ProjectName</key>
<string>EmbeddedOSInstall</string>
<key>SourceVersion</key>
<string>129000000000000</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?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>22A380017</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>EmbeddedOSInstallService</string>
<key>CFBundleExecutable</key>
<string>EmbeddedOSInstallService</string>
<key>CFBundleIdentifier</key>
<string>com.apple.EmbeddedOSInstallService</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>EmbeddedOSInstallService</string>
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>22G115</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.6</string>
<key>DTSDKBuild</key>
<string>22G115</string>
<key>DTSDKName</key>
<string>macosx13.6.internal</string>
<key>DTXcode</key>
<string>1430</string>
<key>DTXcodeBuild</key>
<string>14E6097d</string>
<key>LSMinimumSystemVersion</key>
<string>13.6</string>
<key>XPCService</key>
<dict>
<key>RunLoopType</key>
<string>dispatch_main</string>
<key>ServiceType</key>
<string>System</string>
</dict>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?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>files</key>
<dict/>
<key>files2</key>
<dict/>
<key>rules</key>
<dict>
<key>^.*</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
</dict>
<key>rules2</key>
<dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>0.0</real>
</dict>
<key>^.*</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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>BuildVersion</key>
<string>6423</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>ProjectName</key>
<string>EmbeddedOSInstall</string>
<key>SourceVersion</key>
<string>129000000000000</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?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>files</key>
<dict/>
<key>files2</key>
<dict/>
<key>rules</key>
<dict>
<key>^.*</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
</dict>
<key>rules2</key>
<dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>0.0</real>
</dict>
<key>^.*</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
Binary file added Universal-Binaries/13.6/usr/lib/libNFC_HAL.dylib
Binary file not shown.
Binary file not shown.
Binary file added Universal-Binaries/13.6/usr/libexec/biometrickitd
Binary file not shown.

0 comments on commit a430206

Please sign in to comment.