summaryrefslogtreecommitdiff
path: root/utils/sbinfo (unfollow)
Commit message (Collapse)Author
2011-04-17Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29733 a1c6a512-1295-4272-9138-f99709370657
2011-04-17sbinfo: make the time calculation clearerAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29732 a1c6a512-1295-4272-9138-f99709370657
2011-04-17sbinfo: use a define instead of hardcoded valuesAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29731 a1c6a512-1295-4272-9138-f99709370657
2011-04-16sbinfo: move more things to sb.h, rewrite code to use structures instead of ↵Amaury Pouly
hardcoded offsets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29723 a1c6a512-1295-4272-9138-f99709370657
2011-04-16sbinfo: move sb specific bits of its own headerAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29722 a1c6a512-1295-4272-9138-f99709370657
2011-04-16sbinfo: fix section flags, don't output more than 80 characters per line, ↵Amaury Pouly
fix colours git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29720 a1c6a512-1295-4272-9138-f99709370657
2011-04-15sbinfo: fix section headers generation (first section is always undefined)Amaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29714 a1c6a512-1295-4272-9138-f99709370657
2011-03-03sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now ↵Amaury Pouly
generate segments along with program sections to make elf files appear more valid (this allows to rebuild an .sb file using elftosb2) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29510 a1c6a512-1295-4272-9138-f99709370657
2010-12-03sbinfo: fix crazy condition to avoid empty elf file generation (it is reversed)Amaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28731 a1c6a512-1295-4272-9138-f99709370657
2010-12-01sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to ↵Amaury Pouly
entry point... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28718 a1c6a512-1295-4272-9138-f99709370657
2010-12-01sbinfo: first try at creating an elf file out of the .sb messAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28717 a1c6a512-1295-4272-9138-f99709370657
2010-11-29sbinfo: add a file containing key used to encrypt the Fuze+ firmware (it ↵Amaury Pouly
uses the zero key) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28709 a1c6a512-1295-4272-9138-f99709370657
2010-11-29sbinfo: add full support for various kind of cryptographic checksAmaury Pouly
- 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
2010-11-28sbinfo: add decryption support and pretty print boot section structureAmaury Pouly
The encryption/decryption uses a public domain source code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28696 a1c6a512-1295-4272-9138-f99709370657
2010-11-28Initial version of sbinfo, a utility to analyse .sb files (used for the ↵Bertrik Sikken
fuze+ for example) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28691 a1c6a512-1295-4272-9138-f99709370657