zznop / bn-uefi-helper

Helper plugin for analyzing UEFI firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bn-uefi-helper Python Lint

ATTENTION: This plugin has been deprecated. See EFI Resolver

Description

Helper plugin for analyzing UEFI firmware. This plugin contains the following features:

  • Apply the correct prototype to the entry point function
  • Fix segments so all segments are RWX and have the correct semantics
    • This allows for global function pointers to be rendered correctly
  • Apply types for core UEFI services (from EDK-II)
  • Locate known protocol GUIDs and assign the GUID type and a symbol
  • Locate global assigments in entry and initialization functions and assign types
    • EFI_SYSTEM_TABLE, EFI_RUNTIME_SERVICES, EFI_BOOT_SERVICES, etc...
  • Loader for Terse Executables

demo bn-uefi-helper

Minimum Version

Tested on 2.3.2660

License

This plugin is released under a MIT license.

Related Projects

About

Helper plugin for analyzing UEFI firmware


Languages

Language:C 52.0%Language:Python 48.0%