This repository was archived by the owner on Aug 4, 2025. It is now read-only.
Support resolving PEI files#10
Merged
Merged
Conversation
zznop
suggested changes
Jun 20, 2024
Contributor
Author
|
Still working on resolving the |
This was
linked to
issues
Jun 21, 2024
Contributor
Author
|
Added support for parsing platform-related PEI SERVICES pointers. However, due to a type-propagation issue in core, the return types are not correctly propagated. Update: Added a temp fix |
f52ad1b to
0d3a76b
Compare
Changes: 1. support parsing PEI services 2. support defining PEI descriptors 1. support defining platform specific PEI services pointers 2. add module strings and function strings 3. add a utils.py 4. rename functions (e.g. propagate_system_table_pointer -> propagate_function_param_types) 5. fix the log error when opening TE files 6. add a typorary solution for vector35/binaryninja#749 7. add exception handling code for accessing references, in case of involving infinite loops 8. add support for previously created BNDB files, parse type from both bv.types and platform types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The related types are in this branch: https://github.com/Vector35/binaryninja/compare/dev...efi_pei_types
(included PPIs inside
MdePkg/Include/Ppifolder)Result of resolved services and PPIs:
Result of resolved notify descriptors: