mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Implements override for gBS->InstallMultipleProtocolInterfaces function, to call Ext4OpenPartition routine from Ext4Dxe driver which should open SuperBlock and allocates EXT4_PARTITION structure instead of doing it manual in fuzzer itself. Also adds Ext4SuperblockCheckMagic call which used in Ext4IsBindingSupported procedure