OSDN Git Service

when debugging a flat loader problem involving relocs, i found it very
authorDavid McCullough <davidm@snapgear.com>
Sun, 2 Nov 2008 23:10:52 +0000 (23:10 +0000)
committerDavid McCullough <davidm@snapgear.com>
Sun, 2 Nov 2008 23:10:52 +0000 (23:10 +0000)
commit6a93642380b57bb272b96df6a350e50a4c984015
tree824e570bfd33be32a1eb3db730ce92c1f480b42d
parent7281dfbddb786f690a00df0d8e5dfecad092a352
when debugging a flat loader problem involving relocs, i found it very
useful to compare what the loader was trying to do with what relocs
were actually in the binary

to that end, i add a '-P' flag to flthdr that will dump all the reloc
information found in a flat binary.

Mike Frysinger <vapier.adi@gmail.com>
compress.c
compress.h
flthdr.c