{ "info": { "author": "JPCERT/CC Analysis Center", "author_email": "aa-info@jpcert.or.jp", "bugtrack_url": null, "classifiers": [], "description": "# pyimpfuzzy-windows\n Python module comparing the impfuzzy for Windows \n pyimpfuzzy-windows is python module which calculate and compare the impfuzzy(import fuzzy hashing) \n This module is pyimpfuzzy for Windows version. For Linux and Mac OS users, please use [pyimpfuzzy](https://github.com/JPCERTCC/impfuzzy/tree/master/pyimpfuzzy). \n\n More details are described in the following documents: \n https://www.jpcert.or.jp/magazine/acreport-impfuzzy.html (Japanese) \n http://blog.jpcert.or.jp/2016/05/classifying-mal-a988.html (English)\n\n## Requirements\n pyimpfuzzy-windows requires the following modules:\n\n * pefile 1.2.10-139 or later\n\n## Installation\n\n```bash\n$ pip install pyimpfuzzy-windows\n```\nor\n```bash\n$ python setup.py install\n```\n\n## Usage\n * get_impfuzzy - return the impfuzzy hash for a given file\n * get_impfuzzy_data - return the impfuzzy hash for a buffer\n * hash_compare - return the match between 2 hashes\n\n### Example Usage\n\n```python\nimport pyimpfuzzy\nimport sys\n\nhash1 = pyimpfuzzy.get_impfuzzy(sys.argv[1])\nhash2 = pyimpfuzzy.get_impfuzzy(sys.argv[2])\nprint(\"ImpFuzzy1: %s\" % hash1)\nprint(\"ImpFuzzy2: %s\" % hash2)\nprint(\"Compare: %i\" % pyimpfuzzy.hash_compare(hash1, hash2))\n```\n\n## Notes\n This module includes [fuzzy.dll version 2.14.1](https://github.com/ssdeep-project/ssdeep/releases/tag/release-2.14.1).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JPCERTCC/impfuzzy/", "keywords": "", "license": "the GNU General Public License version 2", "maintainer": "", "maintainer_email": "", "name": "pyimpfuzzy-windows", "package_url": "https://pypi.org/project/pyimpfuzzy-windows/", "platform": "", "project_url": "https://pypi.org/project/pyimpfuzzy-windows/", "project_urls": { "Homepage": "https://github.com/JPCERTCC/impfuzzy/" }, "release_url": "https://pypi.org/project/pyimpfuzzy-windows/0.1/", "requires_dist": null, "requires_python": "", "summary": "impfuzzy python modules for Windows", "version": "0.1" }, "last_serial": 3863937, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5e9f2a2f41f13799996a7d73b22c4203", "sha256": "0a62478ca9b71ab271f48218c50a763a12e3554a8ab2a7e632a645252a9f3804" }, "downloads": -1, "filename": "pyimpfuzzy-windows-0.1.tar.gz", "has_sig": false, "md5_digest": "5e9f2a2f41f13799996a7d73b22c4203", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40192, "upload_time": "2018-05-15T09:12:31", "url": "https://files.pythonhosted.org/packages/a1/ce/f31f1ef0862a1b790601097006ad48449993ccf33e297865345ecda62538/pyimpfuzzy-windows-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e9f2a2f41f13799996a7d73b22c4203", "sha256": "0a62478ca9b71ab271f48218c50a763a12e3554a8ab2a7e632a645252a9f3804" }, "downloads": -1, "filename": "pyimpfuzzy-windows-0.1.tar.gz", "has_sig": false, "md5_digest": "5e9f2a2f41f13799996a7d73b22c4203", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40192, "upload_time": "2018-05-15T09:12:31", "url": "https://files.pythonhosted.org/packages/a1/ce/f31f1ef0862a1b790601097006ad48449993ccf33e297865345ecda62538/pyimpfuzzy-windows-0.1.tar.gz" } ] }