diff options
| author | Brandon Miller <brandon@vector35.com> | 2024-03-10 20:55:48 -0400 |
|---|---|---|
| committer | Brandon Miller <bkmiller89@icloud.com> | 2024-03-11 09:10:15 -0400 |
| commit | a17853bb2082291306a04281cf672dc69f5fe7eb (patch) | |
| tree | e177a76cb5e161c0479f421e2e559b87684e87ba /platform | |
| parent | a542d0c9cd33fed5919c3cd9d598bb8d1a300ae8 (diff) | |
BinaryView for EFI Terse Executables
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)
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/efi/platform_efi.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/efi/platform_efi.cpp b/platform/efi/platform_efi.cpp index 4a1763ef..717922f6 100644 --- a/platform/efi/platform_efi.cpp +++ b/platform/efi/platform_efi.cpp @@ -249,7 +249,6 @@ public: } }; - extern "C" { BN_DECLARE_CORE_ABI_VERSION |
