- 5827937 sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix tools to correctly handle/free memory, properly return error codes by Amaury Pouly · 13 years ago[Renamed (97%) from utils/sbtools/elf.c]
- e36471d sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix sb production bug, fix ugly code, add sb dump code and sbtoelf loopback facility by Amaury Pouly · 13 years ago
- 4cab9f2 sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix uninitiliazed offset of bss sections, add real key override on decrypt by Amaury Pouly · 13 years ago
- f4a1501 sbtools: fix sbtoelf to handle files with more than one hundred commands by Amaury Pouly · 13 years ago
- 9d7df9a sbtools: move the db parse to its own file and improve error messages by Amaury Pouly · 13 years ago
- 64b4672 sbtools: implement virtual to physical address translation for elf files by Amaury Pouly · 13 years ago
- a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 14 years ago
- 8fa0e13 sbtools: generate a unique name for each section by Amaury Pouly · 14 years ago
- 8da7237 sbtools: do not rely on the ELF flags and always assume the entry point is valid by Amaury Pouly · 14 years ago
- 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 14 years ago
- c4cb4cc sbtools: move internal elf definition to elf.c, implement elf reading by Amaury Pouly · 14 years ago
- f6208bd Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb by Amaury Pouly · 14 years ago[Renamed from utils/sbinfo/elf.c]
- 80889ee sbinfo: fix section headers generation (first section is always undefined) by Amaury Pouly · 14 years ago
- f85c044 sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now generate segments along with program sections to make elf files appear more valid (this allows to rebuild an .sb file using elftosb2) by Amaury Pouly · 14 years ago
- 1583b1c sbinfo: first try at creating an elf file out of the .sb mess by Amaury Pouly · 14 years ago