summaryrefslogtreecommitdiff
path: root/utils/imxtools/elftosb.c (unfollow)
Commit message (Expand)Author
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-06elftosb: add staticAmaury Pouly
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ...Amaury Pouly
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ...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-23sbtools: fix sbtoelf to support NOP, add alignment support to elftosbAmaury Pouly
2011-09-16sbtools: implement more complicated integer expression in db files, implement...Amaury Pouly
2011-09-15sbtools: move the db parse to its own file and improve error messagesAmaury Pouly
2011-09-15sbtools: implement virtual to physical address translation for elf filesAmaury 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-07-04elftosb: remove duplicate code, merge two redundant fieldsAmaury Pouly
2011-07-02elftosb: support 'strings' in section id, support load binary at address, sup...Amaury Pouly
2011-06-30elftosb: add support for jumps/calls with one argumentAmaury Pouly
2011-06-09sbtools: always check the result of getenv against NULL, use strcasecmp inste...Amaury Pouly
2011-05-13sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would ...Amaury Pouly
2011-05-13sbtools: be more verbose on debug and fix a bug (uninitialized structure)Amaury Pouly
2011-05-01sbtools: do not rely on the ELF flags and always assume the entry point is validAmaury Pouly
2011-04-17elftosb: implement encryption support; now fully workingAmaury Pouly
2011-04-17sbtoelf: fix to handle unencrypted files (minor tweak)Amaury Pouly
2011-04-17elftosb: more code toward sb productionAmaury Pouly
2011-04-17sbtools: move internal elf definition to elf.c, implement elf readingAmaury Pouly
2011-04-17sbtools: add elftosb tool, yet to be finished (parsing of keys and command fi...Amaury Pouly