summaryrefslogtreecommitdiff
path: root/binparser.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-02Make a copy of the vdso bytes to make valgrind a little quieter.Soren Sandmann1-0/+2
2007-02-24UpdatesSoren Sandmann1-55/+12
2007-02-24include correct header fileSøren Sandmann Pedersen1-1/+1
2007-02-24Switch to a simpler conceptual model. Update to binparser API changes.Soren Sandman1-297/+249
2007-02-09svn path=/trunk/; revision=351Søren Sandmann Pedersen1-1/+1
2007-02-09Update copyright noticesSøren Sandmann1-0/+17
2006-11-09Start with "/usr", not "usr". Pointed out by Tim Rowley.Søren Sandmann1-1/+1
2006-11-02Valgrind:Soren Sandmann1-0/+6
2006-10-08Add a cache of the text section.Soren Sandmann1-2/+21
2006-09-23Remove old commented out code Add commented out code accessing entireSoren Sandmann1-207/+15
2006-09-23Revert accidental commitSøren Sandmann Pedersen1-9/+207
2006-09-23Remove old commented out codeSoren Sandmann1-207/+9
2006-08-26Update to new APISoren Sandmann1-74/+36
2006-08-26Add new struct BinRecord. Comment out functions related to formats. AddSoren Sandmann1-0/+32
2006-08-26Add new bin_record() functions Implement them.Soren Sandmann1-38/+105
2006-08-21New functionSoren Sandmann1-1/+13
2006-08-20Read the name out of the file instead of out of the struct.Soren Sandmann1-0/+9
2006-08-16Really add this file.Soren Sandmann1-0/+11
2006-08-16Add beginning of an ELF parser.Soren Sandmann1-0/+531