diff options
author | mjl <mjl@pkgsrc.org> | 2003-05-05 10:57:05 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-05-05 10:57:05 +0000 |
commit | 4654dd7b4be42d771dc1256c91da9eeff80af87f (patch) | |
tree | d507cf37452401adb83f9ed134fd5ef0301d19d0 /devel/elfsh/PLIST | |
parent | cd52523c8a27d4bbeddbb61901d6da7cae6bb77e (diff) | |
download | pkgsrc-4654dd7b4be42d771dc1256c91da9eeff80af87f.tar.gz |
Initial import of elfsh 0.43
ELFsh is an interactive and scriptable ELF machine to play with
executable files, shared libraries and relocatable ELF32 objects.
It is useful for daily binary manipulations, on-the-fly patching,
embedded code injection in all research fields, such as reverse
engineering and intrusion detection .
Diffstat (limited to 'devel/elfsh/PLIST')
-rw-r--r-- | devel/elfsh/PLIST | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/elfsh/PLIST b/devel/elfsh/PLIST new file mode 100644 index 00000000000..344b38679a2 --- /dev/null +++ b/devel/elfsh/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/05 10:57:05 mjl Exp $ +bin/elfsh +lib/libelfsh.a +lib/libelfsh.so +include/libelfsh.h +share/doc/elfsh/README +share/doc/elfsh/libelfsh-ref.txt +@unexec ${RMDIR} %D/share/doc/elfsh |