gitextract_6thlbe9e/ ├── .gitignore ├── AppleIntelInfo/ │ ├── AppleIntelInfo-Info.plist │ ├── AppleIntelInfo-Prefix.pch │ ├── AppleIntelInfo.cpp │ ├── AppleIntelInfo.h │ ├── essentials.h │ └── intel_family.h ├── AppleIntelInfo.xcodeproj/ │ └── project.pbxproj ├── AppleIntelRegisterDumper/ │ ├── AppleIntelRegisterDumper.h │ ├── intel_chipset.h │ └── intel_reg.h └── README.md