Updated Home (markdown)

JPtheJP
2015-12-21 22:15:34 -05:00
parent da2ddd791e
commit 5652dcdd57

@@ -33,12 +33,13 @@ You want to dump the FaceTime drivers while still under OS X. Commands below wor
* Line 2, replace IN=AppleCameraInterface with IN=/System/Library/Extensions/AppleCameraInterface.kext/Contents/MacOS/AppleCameraInterface
* md5sum is missing from a vanilla OS X 10.11 installation, replace "md5sum" by "md5 -r" (lines 7 & 24)
* Line 5, replace the hash value so it states: OSX_HASH=ccea5db116954513252db1ccb639ce95
* Execute the script: ./extract_from_ox.sh
* Save and execute the script: ./extract_from_ox.sh
* Result should be like:
$ ./extract_from_osx.sh
Found matching hash (ccea5db116954513252db1ccb639ce95)
Firmware successfully extracted (4e1d11e205e5c55d128efa0029b268fe)
$ ./extract_from_osx.sh
Found matching hash (ccea5db116954513252db1ccb639ce95)
Firmware successfully extracted (4e1d11e205e5c55d128efa0029b268fe)
* There should be a firmware.bin file created in the current directory.
## Get Started on Fedora