summaryrefslogtreecommitdiff
path: root/utils/imxtools/sbtools/sbtoelf.c (unfollow)
Commit message (Expand)Author
2017-01-16imxtools/sbtools: various fixesAmaury Pouly
2017-01-16imxtools: rework key/IV overriding logicAmaury Pouly
2014-09-07sbtools: add option to ignore sha1 errorsAmaury Pouly
2013-08-22sbtools: fix elf section namingAmaury Pouly
2013-08-22sbtools: more work on sbtoelf and elftosb, support more attributesAmaury Pouly
2013-08-22sbtools: now generate a db file along with with elf/rsrc filesAmaury Pouly
2013-08-21sbtools: fix redAmaury Pouly
2013-08-21sbtools: more code refactoringAmaury Pouly
2013-08-06sbtools: make code aware of elf section namesAmaury Pouly
2013-07-18sbtools: refactor and cleanupAmaury Pouly
2013-06-17sbtools: various little fixes, mostly cosmeticsAmaury Pouly
2013-06-15sbtools,mkximboot: fix whitespaceAmaury Pouly
2013-02-16sbtools: add brute force option for sb1 in sbtoelfAmaury Pouly
2013-01-29imxtools/sbtoelf: add more robust version guessAmaury Pouly
2013-01-26imxtools/sbtools: fix file type detectionAmaury Pouly
2012-12-16imxtools/sbtoelf: use new method to get default xor keyAmaury Pouly
2012-11-28sbtoelf: add switch to prevent elf simplificationAmaury Pouly
2012-11-28sbtoelf: also simplify elf files for sb2Amaury Pouly
2012-11-27sbtoelf: implement sb extraction for sb1Amaury Pouly
2012-11-27sbtoelf: implement sb1 loading and dumpingAmaury Pouly
2012-11-26sbtools: add support for the stmp36xx formatAmaury Pouly
2012-06-27sbtools: add option to force sb dumpAmaury Pouly
2012-05-31imxtools: move tools to a new sbtools/ subdirectoryAmaury Pouly
2012-02-19imxtools: remove most calls to bug/bugp from core library.Amaury Pouly
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ...Amaury Pouly
2011-11-01sbtoos: restore elf extraction functionality of sbtoelfAmaury Pouly
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ...Amaury Pouly
2011-11-01sbtools: rework the color hack and add switch to disable color outputAmaury Pouly
2011-10-29sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix un...Amaury Pouly
2011-10-29sbtools: add options to override real key and IV, fix output prefix in sbtoel...Amaury Pouly
2011-10-29sbtools: move sb file production to its own file with a clean api, factor key...Amaury Pouly
2011-10-29sbtools: factor key code, introduce crypto layer, move from open/read/... to ...Amaury Pouly
2011-10-23sbtools: be more verbose on real key and iv; add very advanced code to craft ...Amaury Pouly
2011-10-23sbtoelf: don't cross check if key is not validAmaury Pouly
2011-10-23sbtoelf: handle the case where only one valid key is knownAmaury Pouly
2011-10-23sbtools: fix sbtoelf to support NOP, add alignment support to elftosbAmaury Pouly
2011-09-14sbtools: fix code to work with file larger than header indicated sizeAmaury Pouly
2011-09-14sbtools: relax file size condition (easier to work with)Amaury Pouly
2011-07-24sbtools: fix version output, add support for options section and product/comp...Amaury Pouly
2011-07-22sbtools: add missing cariage return, implement boot mode command, add C++ sty...Amaury Pouly
2011-06-30elftosb: add support for jumps/calls with one argumentAmaury Pouly
2011-06-13sbtools: add support for the mode command (rarely used) and explicit env vari...Amaury Pouly
2011-06-09sbtools: always check the result of getenv against NULL, use strcasecmp inste...Amaury Pouly
2011-06-09sbtoelf: add environment command to ignore format version checks (some files ...Amaury Pouly
2011-04-17sbtoelf: fix to handle unencrypted files (minor tweak)Amaury Pouly
2011-04-17sbtoslf: command size doesn't include itself, but section can be padded with ...Amaury Pouly
2011-04-17sbtoelf: include a raw command mode to see hidden command used by the bootrom...Amaury Pouly
2011-04-17sbtools: move internal elf definition to elf.c, implement elf readingAmaury Pouly
2011-04-17sbtools: update Makefile; fix whitespacesAmaury Pouly
2011-04-17Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly