index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
sbinfo
(
unfollow
)
Commit message (
Expand
)
Author
2011-04-17
Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb
Amaury Pouly
2011-04-17
sbinfo: make the time calculation clearer
Amaury Pouly
2011-04-17
sbinfo: use a define instead of hardcoded values
Amaury Pouly
2011-04-16
sbinfo: move more things to sb.h, rewrite code to use structures instead of h...
Amaury Pouly
2011-04-16
sbinfo: move sb specific bits of its own header
Amaury Pouly
2011-04-16
sbinfo: fix section flags, don't output more than 80 characters per line, fix...
Amaury Pouly
2011-04-15
sbinfo: fix section headers generation (first section is always undefined)
Amaury Pouly
2011-03-03
sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now gener...
Amaury Pouly
2010-12-03
sbinfo: fix crazy condition to avoid empty elf file generation (it is reversed)
Amaury Pouly
2010-12-01
sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to e...
Amaury Pouly
2010-12-01
sbinfo: first try at creating an elf file out of the .sb mess
Amaury Pouly
2010-11-29
sbinfo: add a file containing key used to encrypt the Fuze+ firmware (it uses...
Amaury Pouly
2010-11-29
sbinfo: add full support for various kind of cryptographic checks
Amaury Pouly
2010-11-28
sbinfo: add decryption support and pretty print boot section structure
Amaury Pouly
2010-11-28
Initial version of sbinfo, a utility to analyse .sb files (used for the fuze+...
Bertrik Sikken