index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
imxtools
/
sbtools
/
elf.c
(
unfollow
)
Commit message (
Expand
)
Author
2013-12-06
imxtools/sbtools/elf: fix debug code
Amaury Pouly
2013-08-21
sbtools: more code refactoring
Amaury Pouly
2013-08-06
elf: fix handling of virtual/physical addresses
Amaury Pouly
2013-08-06
sbtools: various fixes
Amaury Pouly
2013-08-06
sbtools: elf library can now load global symbols
Amaury Pouly
2013-08-06
sbtools: add helper to determine if a file is a valid ELF image
Amaury Pouly
2013-08-06
sbtools: make code aware of elf section names
Amaury Pouly
2013-07-18
sbtools: refactor and cleanup
Amaury Pouly
2013-06-15
sbtools,mkximboot: fix whitespace
Amaury Pouly
2012-12-16
imxtools/sbtools: add elf function (sort by address)
Amaury Pouly
2012-11-28
sbtoelf: implement elf simplification
Amaury Pouly
2012-11-27
sbtoelf: implement sb extraction for sb1
Amaury Pouly
2012-05-31
imxtools: move tools to a new sbtools/ subdirectory
Amaury Pouly
2011-11-06
sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ...
Amaury Pouly
2011-11-01
sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ...
Amaury Pouly
2011-10-29
sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix un...
Amaury Pouly
2011-10-20
sbtools: fix sbtoelf to handle files with more than one hundred commands
Amaury Pouly
2011-09-15
sbtools: move the db parse to its own file and improve error messages
Amaury Pouly
2011-09-15
sbtools: implement virtual to physical address translation for elf files
Amaury Pouly
2011-05-13
sbtools: be more verbose on debug and fix a bug (uninitialized structure)
Amaury Pouly
2011-05-02
sbtools: generate a unique name for each section
Amaury Pouly
2011-05-01
sbtools: do not rely on the ELF flags and always assume the entry point is valid
Amaury Pouly
2011-04-18
sbtools: fortify code against weird elf files with no string table and/or no ...
Amaury Pouly
2011-04-17
sbtools: move internal elf definition to elf.c, implement elf reading
Amaury Pouly
2011-04-17
Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb
Amaury Pouly
2011-04-15
sbinfo: fix section headers generation (first section is always undefined)
Amaury Pouly
2011-03-03
sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now gener...
Amaury Pouly
2010-12-01
sbinfo: first try at creating an elf file out of the .sb mess
Amaury Pouly