- de13803 sbtools: fix version output, add support for options section and product/component versions in command files by Amaury Pouly · 14 years ago
- 56bc02c sbtools: add missing cariage return, implement boot mode command, add C++ style comments support by Amaury Pouly · 14 years ago
- 9cc0dab elftosb: remove duplicate code, merge two redundant fields by Amaury Pouly · 14 years ago
- fed7780 elftosb: support 'strings' in section id, support load binary at address, support call/jump at address by Amaury Pouly · 14 years ago
- 143d451 elftosb: add support for jumps/calls with one argument by Amaury Pouly · 14 years ago
- 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 14 years ago
- 4cfb5da sbtools: always check the result of getenv against NULL, use strcasecmp instead of strcmp more greater flexibility by Amaury Pouly · 14 years ago
- 2d2246e sbtoelf: add environment command to ignore format version checks (some files do not match it seems) by Amaury Pouly · 14 years ago
- 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
- a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 14 years ago
- 8fa0e13 sbtools: generate a unique name for each section by Amaury Pouly · 14 years ago
- 8da7237 sbtools: do not rely on the ELF flags and always assume the entry point is valid by Amaury Pouly · 14 years ago
- 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 14 years ago
- b6a6809 sbtools: document a bit the command file format by Amaury Pouly · 14 years ago
- 84c70b2 elftosb: implement encryption support; now fully working by Amaury Pouly · 14 years ago
- b2c5954 sbtoelf: fix to handle unencrypted files (minor tweak) by Amaury Pouly · 14 years ago
- e3fe395 elftosb: more code toward sb production by Amaury Pouly · 14 years ago
- 8bff259 sbtoslf: command size doesn't include itself, but section can be padded with random data by Amaury Pouly · 14 years ago
- 8a8d77b sbtoelf: include a raw command mode to see hidden command used by the bootrom (tag and nop) by Amaury Pouly · 14 years ago
- c4cb4cc sbtools: move internal elf definition to elf.c, implement elf reading by Amaury Pouly · 14 years ago
- e57e4c7 sbtools: add elftosb tool, yet to be finished (parsing of keys and command files done) by Amaury Pouly · 14 years ago
- e2f8fbf sbtools: update Makefile; fix whitespaces by Amaury Pouly · 14 years ago
- f6208bd Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb by Amaury Pouly · 14 years ago