Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuckb/origami-pdf
Automatically exported from code.google.com/p/origami-pdf
https://github.com/chuckb/origami-pdf
Last synced: 4 days ago
JSON representation
Automatically exported from code.google.com/p/origami-pdf
- Host: GitHub
- URL: https://github.com/chuckb/origami-pdf
- Owner: chuckb
- License: lgpl-3.0
- Created: 2015-10-17T17:08:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T20:34:29.000Z (about 9 years ago)
- Last Synced: 2023-03-17T04:10:19.849Z (over 1 year ago)
- Language: Ruby
- Size: 2.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: COPYING.LESSER
Awesome Lists containing this project
README
NAME
origami
DESCRIPTION
Origami is a framework written in Ruby designed to parse, analyze, and forge
PDF documents. This is not a PDF rendering library, it aims at providing a
scripting tool for generating and analyzing 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.VERSION
1.2
OPTIONAL DEPENDENCIES
- Ruby-GTK2 (only for GUI), http://ruby-gnome2.sourceforge.jp/
- Ruby with OpenSSL support
- TheRubyRacer gem (only for JavaScript support)INSTALL
Stable: gem install origami
Devel: hg clone https://origami-pdf.googlecode.com/hg/ origamiDIRECTORIES
``lib/``
Core scripts used to parse a PDF file. All objects and features are
provided here.``samples/``
Many samples, mostly sorted to generate specially crafted PDFs.``bin/``
Useful tools based on Origami.``test/``
Test case units.HOMEPAGE
http://aslr.fr/pages/Origami
CONTRIBUTORS
Guillaume Delugré - Author
Frédéric Raynal - ContributorLICENSE
This software is distributed under the LGPL license.
See the COPYING.LESSER file for more details.Exception is for the PDF Walker graphical interface located in subdirectory
bin/gui, which is distributed under the GPL license.
See bin/gui/COPYING file for more details.NOTES
It contains many bugs and many incomplete features. If you encounter a
problem, feel free to report it by mail at , with a short explanation of what you did and any necessary PDF
documents. Thanks.