krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
562 stars 184 forks source link

Package working release of maltrieve 1.0.0 #38

Closed unload closed 9 years ago

unload commented 10 years ago

This is not an official release, it's just a working template.

This is the packaging structure of maltrieve:

maltrieve/
    build/
        lib/
            maltrieve/
                MultiPartForm.py
                __init__.py
                maltrieve.py
                maltrievecategorizer.sh
                malutil.py
    src/
        MultiPartForm.py
        __init__.py
        maltrieve.py
        maltrievecategorizer.sh
        malutil.sh
LICENSE
MultiPartForm.py
README.md
maltrieve.py
maltrievecategorizer.sh
malutil.py
setup.py

The package managing of this release is just a test, however it does work on my machines (Fedora 19, Ubuntu 12 and 13, and Debian 7). Feel free to merge if you like the setup. It's ready. Just needs a version fix, since I was unable to fnd a proper changelog.

krmaxwell commented 10 years ago

I pulled this into another branch (packaging) so I can get familiar with it and ensure I know how to make the other requisite changes. Then I'll merge your PR :)

And thanks :exclamation:

unload commented 10 years ago

I'll continue to work on it after the merge. And you're welcome!