Releases: Vector35/efi-resolver
Releases · Vector35/efi-resolver
1.2.0
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
- 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
Fix exception when propagating system table, and fix logic around res…
EFI Resolver v1.0.0
Initial version