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/README.md

11 lines
342 B
Markdown
Raw Normal View History

# Core-specific snippets
## [decombine.py](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](change_icon_format.py)
Converts all TOIF icons from the old endianity to the new one.