Skip to content

efiXplorer v6.1 [BHEU Edition]

Latest
Compare
Choose a tag to compare
@yeggor yeggor released this 05 Dec 17:28
· 2 commits to master since this release
bc5f930
  • [plugin] Improved annotations/quality of pseudocode
    • use const CHAR16 instead of CHAR16 for NVRAM variable names so that they are automatically resolved to L"VariableName" strings
    • automatically resolve status code constants from MACRO_EFI (e.g. EFI_LOAD_ERROR, EFI_INVALID_PARAMETER, etc.)
  • [plugin] Improved detection of variables based on Hex-Rays
  • [loader] Improved UEFI firmware unpacking
    • if PE32 body is compressed
    • if UI section is located before PE32 section
  • [loader] Updated deps.json and images.json formats:
  • Updated guiddb (@TakahiroHaruyama)
  • Bug fixes and lots of refactoring for plugin and loader
  • Improved build scripts and GitHub actions
  • Support for IDA SDK 9.0 (IDA SDK v8.3 and IDA SDK v8.4 are still supported, but any new features will be added with the latest SDK in mind)