summaryrefslogtreecommitdiff
path: root/utils/sbinfo/Makefile (follow)
Commit message (Collapse)AuthorAge
* Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly2011-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29733 a1c6a512-1295-4272-9138-f99709370657
* sbinfo: first try at creating an elf file out of the .sb messAmaury Pouly2010-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28717 a1c6a512-1295-4272-9138-f99709370657
* sbinfo: add full support for various kind of cryptographic checksAmaury Pouly2010-11-29
| | | | | | | | | - now have a AES128, SHA1 and CRC implementation - now crc check the boot section chunks as well as the instruction headers - now sha1 check the sb header and the whole file - nearly all fields of the sb format are now documented git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28708 a1c6a512-1295-4272-9138-f99709370657
* sbinfo: add decryption support and pretty print boot section structureAmaury Pouly2010-11-28
| | | | | | The encryption/decryption uses a public domain source code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28696 a1c6a512-1295-4272-9138-f99709370657
* Initial version of sbinfo, a utility to analyse .sb files (used for the ↵Bertrik Sikken2010-11-28
fuze+ for example) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28691 a1c6a512-1295-4272-9138-f99709370657