Giter Club home page Giter Club logo

Comments (4)

offlinehacker avatar offlinehacker commented on July 18, 2024 3

This was a command that helped me to find offsets: binwalk -R "\xFD\x37\x7A\x58\x5A" -c OSXUpd10.11.5.dmg | tail -n +4 | cut -d " " -f 1 | xargs -I{} sh -c "echo stream offset {} >&2 && dd if=OSXUpd10.11.5.dmg skip={} bs=1 | xzcat | cpio --format odc -t" | grep -i AppleCameraInterface

from facetimehd-firmware.

offlinehacker avatar offlinehacker commented on July 18, 2024

Seems like download link can be obtained here: https://support.apple.com/kb/DL1877?locale=en_US

from facetimehd-firmware.

offlinehacker avatar offlinehacker commented on July 18, 2024

Managed to retrive new offsets, this command extracts new firmware:

curl -s -L -r 204909802-207733123 https://updates.cdn-apple.com/2019/cert/041-88431-20191011-e7ee7d98-2878-4cd9-bc0a-d98b3a1e 24b1/OSXUpd10.11.5.dmg | xzcat | cpio --format odc -i -d "./System/Library/Extensions/AppleCameraInterface.kext/Contents/MacOS/AppleCameraInterface"

from facetimehd-firmware.

xmixahlx avatar xmixahlx commented on July 18, 2024

the download links are case sensitive, so you must use:
https://support.apple.com/downloads/DL1858/en_US/OSXUpd10.11.3.dmg
https://support.apple.com/downloads/DL1877/en_US/OSXUpd10.11.5.dmg

you must also use -k with curl to bypass the cert error.

from facetimehd-firmware.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.