You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/legacy/imhex/t1_firmware_trezor_bin_v2.h...

16 lines
336 B

#pragma base_address 0x8010000
#include "t1_firmware.pat"
u32 V2_HEADER_BASE = base();
u32 VTOR = V2_HEADER_BASE + 0x400;
#define FW_MAGIC_NEW "TRZF"
ImageHeader_v2 header_v2 @ V2_HEADER_BASE;
VectorTable vector_table @ VTOR;
std::assert(header_v2.magic_new == FW_MAGIC_NEW, "Wrong NEW magic, expected TRFZ at start");