efi-resolver
efi-resolver copied to clipboard
A Binary Ninja plugin that automatically resolves type information for EFI protocol usage.
Currently not support: - InstallMultipleProtocolInterfaces - UninstallProtocolInterfaces - ReinstallProtocolInterface - UninstallProtocolInterface - OpenProtocolInformation - MmInstallProtocolInterface - MmUninstallProtocolInterface Some of these APIs are not easy to support (e.g. `*multiple*`), it would...
Sometimes the parameters of the entry point will directly be passed to a subfunction, without any parameter assignment instruction on the stack. Binary Ninja doesn't recognize these parameters and as...