aboutsummaryrefslogtreecommitdiff
path: root/devel/elfsh
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /devel/elfsh
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz
ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
Notes
Diffstat (limited to 'devel/elfsh')
-rw-r--r--devel/elfsh/pkg-descr30
1 files changed, 15 insertions, 15 deletions
diff --git a/devel/elfsh/pkg-descr b/devel/elfsh/pkg-descr
index 74ac79b07586..094b2679bb13 100644
--- a/devel/elfsh/pkg-descr
+++ b/devel/elfsh/pkg-descr
@@ -1,17 +1,17 @@
-The ELF shell 0.5 takes advantage of a hash based, lazy typed
-object oriented architecture, a readline based interactive mode
-(35+ builtin commands, with history, completion, regular
-expression powered), a scripting mode (sample scripts and
-session logs available on this page) and brings more
-modification API (relocation tables, .interp, .dynamic,
-.dynsym, PAX bits, and +), atomic operations with get/set and
-add/sub/mul/div/mod commands, section injection by top (insert
-unlimited amount of data in the executable PT_LOAD, even in
-non-executable environments), a quiet output for tiny screens,
-ELFsh modules support, sophisticated write/printf primitives,
-SPARC PLT infection, experimental ET_EXEC relocation and
-remapping features, ET_REL injection into ET_EXEC (with bss and
-symtab merging support), disassembly (with good resolving) on
-i386 binaries with libasm, and much more.
+The ELF shell 0.5 takes advantage of a hash based, lazy typed
+object oriented architecture, a readline based interactive mode
+(35+ builtin commands, with history, completion, regular
+expression powered), a scripting mode (sample scripts and
+session logs available on this page) and brings more
+modification API (relocation tables, .interp, .dynamic,
+.dynsym, PAX bits, and +), atomic operations with get/set and
+add/sub/mul/div/mod commands, section injection by top (insert
+unlimited amount of data in the executable PT_LOAD, even in
+non-executable environments), a quiet output for tiny screens,
+ELFsh modules support, sophisticated write/printf primitives,
+SPARC PLT infection, experimental ET_EXEC relocation and
+remapping features, ET_REL injection into ET_EXEC (with bss and
+symtab merging support), disassembly (with good resolving) on
+i386 binaries with libasm, and much more.
WWW: http://elfsh.asgardlabs.org/