Skip to content

Releases: TuxSH/firmtool

firmtool v1.4

26 Dec 19:20
Compare
Choose a tag to compare
  • Replace cryptography dependency by pycryptodome, as the former relied on OpenSSL, causing issues on Mac OS
  • Fix a bug where firmtool build -t didn't alias -S
  • Fix a bug in the handling of section0 system modules with a 8-character long name

firmtool v1.3

14 Oct 19:56
Compare
Choose a tag to compare
  • Fix multiple bugs when building from ELF files

firmtool v1.2

12 Aug 13:54
Compare
Choose a tag to compare
  • 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

04 Jun 22:45
Compare
Choose a tag to compare
  • 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

v1.0

20 May 01:06
Compare
Choose a tag to compare

First release