aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-08-20 09:54:15 +0000
committerMike Frysinger <vapier@gentoo.org>2007-08-20 09:54:15 +0000
commiteadbddb031aa17d85d3e38921588c0b9a79c8b54 (patch)
tree64ef2f52bd4519b28d0891f6527eb1b8ea8fe9f5 /TODO
parentas pointed out by swegner, dont scan PHDRs that dont actually have a filesize... (diff)
downloadpax-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--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index fc975d4..dad4bce 100644
--- a/TODO
+++ b/TODO
@@ -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.