index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
sbtools
Age
Commit message (
Expand
)
Author
2011-05-02
sbtools: generate a unique name for each section
Amaury Pouly
2011-05-01
sbtools: do not rely on the ELF flags and always assume the entry point is valid
Amaury Pouly
2011-04-18
sbtools: fortify code against weird elf files with no string table and/or no ...
Amaury Pouly
2011-04-17
sbtools: document a bit the command file format
Amaury Pouly
2011-04-17
elftosb: implement encryption support; now fully working
Amaury Pouly
2011-04-17
sbtoelf: fix to handle unencrypted files (minor tweak)
Amaury Pouly
2011-04-17
elftosb: more code toward sb production
Amaury Pouly
2011-04-17
sbtoslf: command size doesn't include itself, but section can be padded with ...
Amaury Pouly
2011-04-17
sbtoelf: include a raw command mode to see hidden command used by the bootrom...
Amaury Pouly
2011-04-17
sbtools: move internal elf definition to elf.c, implement elf reading
Amaury Pouly
2011-04-17
sbtools: add elftosb tool, yet to be finished (parsing of keys and command fi...
Amaury Pouly
2011-04-17
sbtools: update Makefile; fix whitespaces
Amaury Pouly
2011-04-17
Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb
Amaury Pouly