diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-20 09:54:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-20 09:54:15 +0000 |
commit | eadbddb031aa17d85d3e38921588c0b9a79c8b54 (patch) | |
tree | 64ef2f52bd4519b28d0891f6527eb1b8ea8fe9f5 /TODO | |
parent | as pointed out by swegner, dont scan PHDRs that dont actually have a filesize... (diff) | |
download | pax-utils-eadbddb031aa17d85d3e38921588c0b9a79c8b54.tar.gz pax-utils-eadbddb031aa17d85d3e38921588c0b9a79c8b54.tar.bz2 pax-utils-eadbddb031aa17d85d3e38921588c0b9a79c8b54.zip |
split xfuncs off into a sep file for all utils to use, cleanup misc things, and add some more comments
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,3 +28,6 @@ offset just shy of the end of the file, we'll probably crash ... dumpelf does not do string checking in very very verbose mode. it assumes the strings are sane when dumping the sections. only way around this is to check everything single byte and print it out a character at a time ... sucks ... + +we look at the section named ".text" for TEXTRELs when we should look at the +PT_LOAD program headers which are marked Executable. |