| Commit message (Expand) | Author |
| 2011-11-06 | sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ... | Amaury Pouly |
| 2011-11-01 | sbtoos: restore elf extraction functionality of sbtoelf | Amaury Pouly |
| 2011-11-01 | sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ... | Amaury Pouly |
| 2011-11-01 | sbtools: rework the color hack and add switch to disable color output | Amaury Pouly |
| 2011-10-29 | sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix un... | Amaury Pouly |
| 2011-10-29 | sbtools: add options to override real key and IV, fix output prefix in sbtoel... | Amaury Pouly |
| 2011-10-29 | sbtools: move sb file production to its own file with a clean api, factor key... | Amaury Pouly |
| 2011-10-29 | sbtools: factor key code, introduce crypto layer, move from open/read/... to ... | Amaury Pouly |
| 2011-10-23 | sbtools: be more verbose on real key and iv; add very advanced code to craft ... | Amaury Pouly |
| 2011-10-23 | sbtoelf: don't cross check if key is not valid | Amaury Pouly |
| 2011-10-23 | sbtoelf: handle the case where only one valid key is known | Amaury Pouly |
| 2011-10-23 | sbtools: fix sbtoelf to support NOP, add alignment support to elftosb | Amaury Pouly |
| 2011-09-14 | sbtools: fix code to work with file larger than header indicated size | Amaury Pouly |
| 2011-09-14 | sbtools: relax file size condition (easier to work with) | Amaury Pouly |
| 2011-07-24 | sbtools: fix version output, add support for options section and product/comp... | Amaury Pouly |
| 2011-07-22 | sbtools: add missing cariage return, implement boot mode command, add C++ sty... | Amaury Pouly |
| 2011-06-30 | elftosb: add support for jumps/calls with one argument | Amaury Pouly |
| 2011-06-13 | sbtools: add support for the mode command (rarely used) and explicit env vari... | Amaury Pouly |
| 2011-06-09 | sbtools: always check the result of getenv against NULL, use strcasecmp inste... | Amaury Pouly |
| 2011-06-09 | sbtoelf: add environment command to ignore format version checks (some files ... | Amaury Pouly |
| 2011-04-17 | sbtoelf: fix to handle unencrypted files (minor tweak) | Amaury Pouly |
| 2011-04-17 | sbtoslf: command size doesn't include itself, but section can be padded with ... | Amaury Pouly |
| 2011-04-17 | sbtoelf: include a raw command mode to see hidden command used by the bootrom... | Amaury Pouly |
| 2011-04-17 | sbtools: move internal elf definition to elf.c, implement elf reading | Amaury Pouly |
| 2011-04-17 | sbtools: update Makefile; fix whitespaces | Amaury Pouly |
| 2011-04-17 | Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb | Amaury Pouly |
| 2011-04-17 | sbinfo: make the time calculation clearer | Amaury Pouly |
| 2011-04-17 | sbinfo: use a define instead of hardcoded values | Amaury Pouly |
| 2011-04-16 | sbinfo: move more things to sb.h, rewrite code to use structures instead of h... | Amaury Pouly |
| 2011-04-16 | sbinfo: move sb specific bits of its own header | Amaury Pouly |
| 2011-04-16 | sbinfo: fix section flags, don't output more than 80 characters per line, fix... | Amaury Pouly |
| 2011-03-03 | sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now gener... | Amaury Pouly |
| 2010-12-03 | sbinfo: fix crazy condition to avoid empty elf file generation (it is reversed) | Amaury Pouly |
| 2010-12-01 | sbinfo: first try at creating an elf file out of the .sb mess | Amaury Pouly |
| 2010-11-29 | sbinfo: add full support for various kind of cryptographic checks | Amaury Pouly |
| 2010-11-28 | sbinfo: add decryption support and pretty print boot section structure | Amaury Pouly |
| 2010-11-28 | Initial version of sbinfo, a utility to analyse .sb files (used for the fuze+... | Bertrik Sikken |