efi-resolver
efi-resolver copied to clipboard
Support for parsing other Protocol binding services
Currently not support:
- InstallMultipleProtocolInterfaces
- UninstallProtocolInterfaces
- ReinstallProtocolInterface
- UninstallProtocolInterface
- OpenProtocolInformation
- MmInstallProtocolInterface
- MmUninstallProtocolInterface
Some of these APIs are not easy to support (e.g. *multiple*
), it would be great if we could support them