summaryrefslogtreecommitdiff
path: root/platform/efi/efi_resolver/src/Resolver.cpp
AgeCommit message (Collapse)Author
2025-05-08Implement EFI resolver as a module workflowBrandon Miller
2025-05-08misc: formated code and fixed several small issuesZichuan Li
1. Fix code related to SMI handlers 2. also parse handlers registered by SxDispatch and parse them together 3. Set Progress Text properly
2025-05-08Move EFI Resolver to APIZichuan Li
Support all existing features in EFI Resolver, 1. Doesn't support running on existing BNDBs (though we tried to support this in python plugins, it doesn't work well) 2. Perform analysis on MLIL rather than HLIL, previous pattern matching on HLIL constains many false negatives