Releases: TuxSH/firmtool
Releases · TuxSH/firmtool
firmtool v1.4
firmtool v1.3
- Fix multiple bugs when building from ELF files
firmtool v1.2
- Add support for NTR crypto and hardcode the keys used by Kernel9Loader. By default type
nand-retail
is the default, use-t {nand-retail, nand-dev, spi-retail, spi-dev}
to change that. - Fix
-m
handling, where Process9 was extracted even if this option was not set. - Fix padding bugs.
- Fix
setup.py
.
firmtool v1.1
- Fix the install script, thanks to @fincs: you shouldn't get "no executable has been found" errors anymore (provided your
PATH
environment variable has been correctly set up) - Add
-b
(--suggest-skipping-bootrom-lockout
) for use with boot9strap >= 1.2 - Add
-v
(--version
) - Fix some bugs, in particular one where the copy methods weren't set correctly when using ELF files