You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds support for pre-SPTM macOS, tested on Macmini9,1 25G70.
dt_fixup was inadvertently not patching InvalidateHmac, as
InvalidateHmac is a node, not a prop. We need to patch InvalidateHmac to
to pass invalidate_hmac in com.apple.kec.InvalidateHmac; this is
required for booting pre-SPTM macOS.
Introduce __contains__ method on ADTNode to check for the existence of
child nodes and properly handle InvalidateHmac.
0 commit comments