summaryrefslogtreecommitdiff
path: root/view/pe/peview.cpp
AgeCommit message (Collapse)Author
2024-03-11BinaryView for EFI Terse ExecutablesBrandon Miller
In its current state it is able to detect and load TEs that target x86, x86-64, and AArch64. RISC-V will need to be added in the future The current implementation doesn't handle relocations. I have only found TEs that are PEIMs and execute in-place (out of flash) and the .reloc section is stripped (along with .debug)
2024-03-06Move view modules into the API repoRusty Wagner