Support for additional advanced/developer options? #665
jorgschulze73
started this conversation in
Ideas
Replies: 1 comment
-
|
Most of the advanced options enabled by those SPI methods require private entitlements which can't be had by a regular customer app like VirtualBuddy. You can build your own tool or custom build of the app with those private entitlements if you want to, but to run them you'd have to completely disable all code signing security on the host Mac, which I don't advise doing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there's any plans to support additional developer-friendly options such as booting with a custom rom? (useful to load custom kexts inside the VM or to boot iPhone VMs)
It should be just a matter of invoking the private method
_setROMURLon the VZMacOSBootLoader object.I think it could be integrated like this:
AVPBooter.vmapple2.binfrom the host to the VM's storageAVPBooter.vmapple2.binvia_setROMURLThis way a developer could perform the required patches locally, without having to mess with SSV, APFS snapshots and so on.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions