kylon / MacInfoPkg

Mac Platform Information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacInfoPkg

Build Status

Various information about Mac hardware used by multiple projects, including OpenCore.

macserial

WARNING: macserial database is currently in process of being synced with MacInfoPkg database.

macserial is a tool that obtains and decodes Mac serial number and board identifier to provide more information about the production of your hardware. Works as a decent companion to Apple Check Coverage and Apple Specs portal. Check the format description for more details.

Should be built with a compiler supporting C99. Prebuilt binaries are available for macOS 10.4 and higher.

Run with -h argument to see all available arguments.

Improving database

To add a new hardware board, please create a file in DataBase directory, and then run ./update_generated.py. It should not output anything and return zero code.

To install PyYAML on macOS use the following commands:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo -H python get-pip.py
sudo -H pip install pyyaml

Credits

  • All database maintainers, who continue to actualise data
  • AppleLife and VirtualSMC hardware dump databases
  • Chameleon and Clover teams for legacy Apple SMBIOS database
  • al3xjames for several hints and another database
  • CCC and ...numberinfo.com for hiding their work and inspiring others to reverse it
  • Several guys from AppleLife for conducting relevant parts of the research, thanks a lot!
  • vit9696

About

Mac Platform Information

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Objective-C 49.6%Language:C 40.6%Language:Python 4.9%Language:C++ 3.3%Language:Shell 1.7%