1
0
Fork 0
firefox/third_party/rust/goblin/tests/bins/te
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

TE binaries

Binaries located in this directory are precompiled PE32/PE32+ binaries using a terse executable (TE) header as defined in the Platform Initialization (PI) specification: TE. These binaries were compiled using the EDK2 build system.

test_image.te

This binary is a simple Terse executable binary

test_image_loaded.bin

This binary is the same as test_image.te, but it has been loaded by a loader, meaning the sections have been placed in the expected address. Please note that this particular binary has not been relocated, so no relocations have been applied

test_image_relocated.bin

This binary is the same as test_image.te, but it has been loaded by a loader, meaning the sections have been placed in the expected address, and any any relocations have been applied.