diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-04 03:22:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-04 03:22:34 +0800 |
commit | bd0ffbaf2232a159bb2010363ba40eba2da37649 (patch) | |
tree | f58ef020ab75a225a0474bf5876ae6eb373a24d4 /security/rubygem-origami/pkg-descr | |
parent | 9a85c236f49847daf0c1df2fd70ad9cdc5d6be45 (diff) | |
download | freebsd-ports-gnome-bd0ffbaf2232a159bb2010363ba40eba2da37649.tar.gz freebsd-ports-gnome-bd0ffbaf2232a159bb2010363ba40eba2da37649.tar.zst freebsd-ports-gnome-bd0ffbaf2232a159bb2010363ba40eba2da37649.zip |
New port: rubygem-origami
Origami is a Ruby framework designed to parse, analyze, and forge PDF
documents.
WWW: http://code.google.com/p/origami-pdf/
Diffstat (limited to 'security/rubygem-origami/pkg-descr')
-rw-r--r-- | security/rubygem-origami/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/rubygem-origami/pkg-descr b/security/rubygem-origami/pkg-descr new file mode 100644 index 000000000000..1f87ecf89792 --- /dev/null +++ b/security/rubygem-origami/pkg-descr @@ -0,0 +1,14 @@ +Origami is NOT a PDF rendering library. It aims at providing a scripting tool +to generate and analyze malicious PDF files. As well, it can be used to create +on-the-fly customized PDFs, or to inject (evil) code into already existing +documents. +- Create PDF documents from scratch. +- Parse existing documents, modify them and recompile them. +- Explore documents at the object level, going deep into the document + structure, uncompressing PDF object streams and desobfuscating names and + strings. +- High-level operations, such as encryption/decryption, signature, file + attachments... +- A GTK interface to quickly browse into the document contents. + +WWW: http://code.google.com/p/origami-pdf/ |