Alex James
Alex James
@dstftw Could this be reviewed?
Thanks for the notice. ghidra-firmware-utils doesn't actually use XZ for Java directly - it uses Apache commons-compress, which is already included in Ghidra. I think this required manual installation of...
You might need to sign the binary (using `codesign -s - Aegisub.app` - not sure if this also covers libraries). [Apple Silicon Macs require binaries to be signed](https://eclecticlight.co/2020/08/22/apple-silicon-macs-will-require-signed-code/), though you...
Hi, I've been really busy lately with school/etc, sorry for the lack of communication within the last few weeks/months. I'll probably get around to updating this repo soon (a few...
I've been slowly updating some related repositories (e.g. [my Clover fork](https://github.com/al3xtjames/Clover) and [the stripped DSDTs](https://github.com/al3xtjames/hack-acpi)). Hopefully I won't have to make too many additional changes for 10.13 support.
The Clover binaries used in this repo are built from my fork. My fork has some changes (some Apple protocols and FSInject/FvInject/SmcHelper are embedded), but most notably I've rewritten the...
If anyone wants something (assuming Z77X-UD5H with Ivy CPU + dGPU): [hs-2.zip](https://github.com/al3xtjames/Gigabyte-GA-Z77X-macOS-Install/files/1975937/hs-2.zip) Clover is [my fork](https://github.com/al3xtjames/Clover), kexts are fairly standard. For config.plist, set **SMBIOS/BoardSerialNumber** (MLB), **SMBIOS/SerialNumber**, **SMBIOS/SmUUID**, and **SystemParameters/CustomUUID** (use...
Yes, KernelXCPM in recent revisions of Clover should automatically apply binary patches to enable XCPM support for unsupported CPUs (in this case, Ivy Bridge).
Can you post your EFI folder? Remove your serial number/etc from config.plist.
Hmm, not sure why you're seeing that. AtherosE2200Ethernet.kext shouldn't be installed to /Library/Extensions, it should be installed to the ESP and injected by Clover.