1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/core/tools/snippets
2023-05-11 21:02:21 +02:00
..
change_icon_format.py chore(core): add type hints to tools 2023-05-11 21:02:21 +02:00
decombine.py chore(core/tools): add decomobine snippet, add readme 2023-04-24 12:21:24 +02:00
README.md chore(core/tools): add decomobine snippet, add readme 2023-04-24 12:21:24 +02:00

Core-specific snippets

decombine.py

Take a combined.bin file which is the output of core/tools/combine_firmware, split it back into original parts, and verify that there is no unnaccounted for noise.

change_icon_format.py

Converts all TOIF icons from the old endianity to the new one.