summaryrefslogtreecommitdiffstats
path: root/utils/sbtools
AgeCommit message (Expand)AuthorFilesLines
2011-11-01sbtoos: restore elf extraction functionality of sbtoelfAmaury Pouly3-15/+80
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ...Amaury Pouly7-645/+750
2011-11-01sbtools: rework the color hack and add switch to disable color outputAmaury Pouly3-18/+34
2011-10-29sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix un...Amaury Pouly3-3/+32
2011-10-29sbtools: fix compilation when linker expects correctly ordered filesAmaury Pouly1-2/+2
2011-10-29sbtools: add options to override real key and IV, fix output prefix in sbtoel...Amaury Pouly2-74/+47
2011-10-29sbtools: move sb file production to its own file with a clean api, factor key...Amaury Pouly7-536/+574
2011-10-29sbtools: factor key code, introduce crypto layer, move from open/read/... to ...Amaury Pouly7-312/+720
2011-10-23sbtools: be more verbose on real key and iv; add very advanced code to craft ...Amaury Pouly2-9/+65
2011-10-23sbtoelf: don't cross check if key is not validAmaury Pouly1-8/+11
2011-10-23sbtoelf: handle the case where only one valid key is knownAmaury Pouly1-3/+8
2011-10-23sbtools: fix sbtoelf to support NOP, add alignment support to elftosbAmaury Pouly2-10/+94
2011-10-20sbtools: fix sbtoelf to handle files with more than one hundred commandsAmaury Pouly1-2/+2
2011-09-16sbtools: implement more complicated integer expression in db files, implement...Amaury Pouly3-238/+588
2011-09-15sbtools: move the db parse to its own file and improve error messagesAmaury Pouly7-586/+780
2011-09-15sbtools: implement virtual to physical address translation for elf filesAmaury Pouly3-5/+76
2011-09-14sbtools: fix code to work with file larger than header indicated sizeAmaury Pouly1-4/+10
2011-09-14sbtools: relax file size condition (easier to work with)Amaury Pouly1-1/+1
2011-07-24sbtools: fix version output, add support for options section and product/comp...Amaury Pouly3-15/+126
2011-07-22sbtools: add missing cariage return, implement boot mode command, add C++ sty...Amaury Pouly2-43/+114
2011-07-04elftosb: remove duplicate code, merge two redundant fieldsAmaury Pouly1-9/+6
2011-07-02elftosb: support 'strings' in section id, support load binary at address, sup...Amaury Pouly1-29/+182
2011-06-30elftosb: add support for jumps/calls with one argumentAmaury Pouly2-7/+21
2011-06-13sbtools: add support for the mode command (rarely used) and explicit env vari...Amaury Pouly2-0/+20
2011-06-09sbtools: always check the result of getenv against NULL, use strcasecmp inste...Amaury Pouly2-4/+17
2011-06-09sbtoelf: add environment command to ignore format version checks (some files ...Amaury Pouly1-2/+2
2011-05-13sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would ...Amaury Pouly3-3/+3
2011-05-13sbtools: be more verbose on debug and fix a bug (uninitialized structure)Amaury Pouly2-0/+18
2011-05-02sbtools: generate a unique name for each sectionAmaury Pouly1-10/+25
2011-05-01sbtools: do not rely on the ELF flags and always assume the entry point is validAmaury Pouly2-5/+4
2011-04-18sbtools: fortify code against weird elf files with no string table and/or no ...Amaury Pouly1-6/+11
2011-04-17sbtools: document a bit the command file formatAmaury Pouly1-0/+32
2011-04-17elftosb: implement encryption support; now fully workingAmaury Pouly1-4/+42
2011-04-17sbtoelf: fix to handle unencrypted files (minor tweak)Amaury Pouly5-29/+234
2011-04-17elftosb: more code toward sb productionAmaury Pouly1-15/+95
2011-04-17sbtoslf: command size doesn't include itself, but section can be padded with ...Amaury Pouly1-1/+1
2011-04-17sbtoelf: include a raw command mode to see hidden command used by the bootrom...Amaury Pouly2-56/+196
2011-04-17sbtools: move internal elf definition to elf.c, implement elf readingAmaury Pouly4-149/+449
2011-04-17sbtools: add elftosb tool, yet to be finished (parsing of keys and command fi...Amaury Pouly1-0/+472
2011-04-17sbtools: update Makefile; fix whitespacesAmaury Pouly3-13/+12
2011-04-17Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly10-0/+1709