1. 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 14 years ago
  2. 4cfb5da sbtools: always check the result of getenv against NULL, use strcasecmp instead of strcmp more greater flexibility by Amaury Pouly · 14 years ago
  3. 2d2246e sbtoelf: add environment command to ignore format version checks (some files do not match it seems) by Amaury Pouly · 14 years ago
  4. bdb8f4c sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would access one byte paste the end of the buffer) by Amaury Pouly · 14 years ago
  5. a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 14 years ago
  6. 8fa0e13 sbtools: generate a unique name for each section by Amaury Pouly · 14 years ago
  7. 8da7237 sbtools: do not rely on the ELF flags and always assume the entry point is valid by Amaury Pouly · 14 years ago
  8. 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 14 years ago
  9. b6a6809 sbtools: document a bit the command file format by Amaury Pouly · 14 years ago
  10. 84c70b2 elftosb: implement encryption support; now fully working by Amaury Pouly · 14 years ago
  11. b2c5954 sbtoelf: fix to handle unencrypted files (minor tweak) by Amaury Pouly · 14 years ago
  12. e3fe395 elftosb: more code toward sb production by Amaury Pouly · 14 years ago
  13. 8bff259 sbtoslf: command size doesn't include itself, but section can be padded with random data by Amaury Pouly · 14 years ago
  14. 8a8d77b sbtoelf: include a raw command mode to see hidden command used by the bootrom (tag and nop) by Amaury Pouly · 14 years ago
  15. c4cb4cc sbtools: move internal elf definition to elf.c, implement elf reading by Amaury Pouly · 14 years ago
  16. e57e4c7 sbtools: add elftosb tool, yet to be finished (parsing of keys and command files done) by Amaury Pouly · 14 years ago
  17. e2f8fbf sbtools: update Makefile; fix whitespaces by Amaury Pouly · 14 years ago
  18. f6208bd Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb by Amaury Pouly · 14 years ago