{ "info": { "author": "Mike Goffin", "author_email": "mgoffin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "36-chambers\n=====================================================================\n\n36-chambers is a Python Library which adds common reversing methods and\nfunctions for Binary Ninja. The library is designed to be used within Binary\nNinja in the Python console.\n\nInstallation\n------------\n\nUse pip to install or upgrade 36-chambers::\n\n $ pip install 36-chambers [--upgrade]\n\nQuick Example\n-------------\n\nFind and print all blocks with a \"push\" instruction:\n\n.. code-block :: python\n\n from chambers import Chamber\n\n c = Chamber(bv=bv)\n c.instructions('push')\n\nDocumentation\n-------------\n\nFor more information you can find documentation on readthedocs_.\n\n.. _readthedocs: https://36-chambers.readthedocs.org", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/mgoffin/36-chambers", "keywords": "binary ninja 36 chambers", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "36-chambers", "package_url": "https://pypi.org/project/36-chambers/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/36-chambers/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.github.com/mgoffin/36-chambers" }, "release_url": "https://pypi.org/project/36-chambers/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python Library for Binary Ninja", "version": "0.0.1" }, "last_serial": 2605052, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e50bd316234fa0f138b14e7bd04738c3", "sha256": "16f285d8e82553a0ab9624aaba71ff24399b17bcf08f741318db72d42d0a6cf4" }, "downloads": -1, "filename": "36-chambers-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e50bd316234fa0f138b14e7bd04738c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2369, "upload_time": "2017-01-29T17:37:53", "url": "https://files.pythonhosted.org/packages/34/35/d5638fa011c55e261b9b9af80bd87a6a67f694ff9ab8b8d0efde02973d4e/36-chambers-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e50bd316234fa0f138b14e7bd04738c3", "sha256": "16f285d8e82553a0ab9624aaba71ff24399b17bcf08f741318db72d42d0a6cf4" }, "downloads": -1, "filename": "36-chambers-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e50bd316234fa0f138b14e7bd04738c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2369, "upload_time": "2017-01-29T17:37:53", "url": "https://files.pythonhosted.org/packages/34/35/d5638fa011c55e261b9b9af80bd87a6a67f694ff9ab8b8d0efde02973d4e/36-chambers-0.0.1.tar.gz" } ] }