summaryrefslogtreecommitdiffstats
path: root/utils/sbtools/sbtoelf.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-29sbtools: add options to override real key and IV, fix output prefix in sbtoel...Amaury Pouly1-37/+16
2011-10-29sbtools: move sb file production to its own file with a clean api, factor key...Amaury Pouly1-6/+2
2011-10-29sbtools: factor key code, introduce crypto layer, move from open/read/... to ...Amaury Pouly1-129/+145
2011-10-23sbtools: be more verbose on real key and iv; add very advanced code to craft ...Amaury Pouly1-5/+15
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 Pouly1-8/+12
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 Pouly1-5/+20
2011-07-22sbtools: add missing cariage return, implement boot mode command, add C++ sty...Amaury Pouly1-2/+18
2011-06-30elftosb: add support for jumps/calls with one argumentAmaury Pouly1-5/+5
2011-06-13sbtools: add support for the mode command (rarely used) and explicit env vari...Amaury Pouly1-0/+12
2011-06-09sbtools: always check the result of getenv against NULL, use strcasecmp inste...Amaury Pouly1-3/+9
2011-06-09sbtoelf: add environment command to ignore format version checks (some files ...Amaury Pouly1-2/+2
2011-04-17sbtoelf: fix to handle unencrypted files (minor tweak)Amaury Pouly1-16/+27
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 Pouly1-54/+178
2011-04-17sbtools: move internal elf definition to elf.c, implement elf readingAmaury Pouly1-1/+1
2011-04-17sbtools: update Makefile; fix whitespacesAmaury Pouly1-5/+5
2011-04-17Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly1-0/+596