trisquel-icecat/icecat/third_party/rust/goblin/tests/bins/te
2025-07-17 09:32:21 -06:00
..
README.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06: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.