bn-uefi-helper
bn-uefi-helper copied to clipboard
Helper plugin for analyzing UEFI firmware
Analog to #7 set all remaining structs to packed. Fixes #6.
UDK EDK2: EFI_BOOT_SERVICES offset mismatch in EFI_SYSTEM_TABLE struct (__packed attribute not set)
First, thanks for this great plugin. It helps a lot. While reversing an EFI binary build with [UEFI Development Kit](https://github.com/tianocore/udk) I realize there is an offset mismatch of `EFI_BOOT_SERVICES` in...
Ideally, for this to happen, BN will need to support bitfields. Related issue: https://github.com/Vector35/binaryninja-api/issues/694