summaryrefslogtreecommitdiff
path: root/plugins/efi_resolver/src/Resolver.cpp
AgeCommit message (Collapse)Author
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-07-15Move LLIL instruction retrieval into the LLIL function where it belongsMason Reed
The python API was kept the same seeing as we are close to the release, will likely start deprecating some of those API's soon.
2025-06-05Fix incorrect paths in EFI ResolverMichael Krasnitski
2025-05-08Implement EFI resolver as a module workflowBrandon Miller