Skip to content

Releases: Vector35/efi-resolver

1.2.0

18 Jul 17:49
Compare
Choose a tag to compare

Release Notes

  • Fix: log_error when opening TE files
  • Feature: support for PEI services
  • Feature: support for defining types for PPIs
  • Feature: support for parsing processor-specific mechanisms for retrieving the EFI_PEI_SERVICES pointers
  • Feature: allow users to provide custom GUIDs and protocol types
  • Improvement: support on previously created BNDB files
  • Improvement: leverage binary ninja's DataRenderer to display GUID in a more readable way

EFI Resolver v1.1.0

06 May 15:25
Compare
Choose a tag to compare
  • Type propagation for SMM/MM system table and protocols
  • Assigning _start type based on file type (TE or PE)
  • Propagate types through tail calls
  • Fix for unhandled exception on re-runs

EFI Resolver v1.0.1

15 Jun 18:42
Compare
Choose a tag to compare
Fix exception when propagating system table, and fix logic around res…

EFI Resolver v1.0.0

15 Jun 06:59
Compare
Choose a tag to compare
Initial version