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