summaryrefslogtreecommitdiff
path: root/utils/sbinfo (unfollow)
Commit message (Expand)Author
2011-04-17Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly
2011-04-17sbinfo: make the time calculation clearerAmaury Pouly
2011-04-17sbinfo: use a define instead of hardcoded valuesAmaury Pouly
2011-04-16sbinfo: move more things to sb.h, rewrite code to use structures instead of h...Amaury Pouly
2011-04-16sbinfo: move sb specific bits of its own headerAmaury Pouly
2011-04-16sbinfo: fix section flags, don't output more than 80 characters per line, fix...Amaury Pouly
2011-04-15sbinfo: fix section headers generation (first section is always undefined)Amaury Pouly
2011-03-03sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now gener...Amaury Pouly
2010-12-03sbinfo: fix crazy condition to avoid empty elf file generation (it is reversed)Amaury Pouly
2010-12-01sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to e...Amaury Pouly
2010-12-01sbinfo: first try at creating an elf file out of the .sb messAmaury Pouly
2010-11-29sbinfo: add a file containing key used to encrypt the Fuze+ firmware (it uses...Amaury Pouly
2010-11-29sbinfo: add full support for various kind of cryptographic checksAmaury Pouly
2010-11-28sbinfo: add decryption support and pretty print boot section structureAmaury Pouly
2010-11-28Initial version of sbinfo, a utility to analyse .sb files (used for the fuze+...Bertrik Sikken