capstone


Namecapstone JSON
Version 5.0.1 PyPI version JSON
download
home_pagehttps://www.capstone-engine.org
SummaryCapstone disassembly engine
upload_time2023-08-22 16:10:49
maintainer
docs_urlNone
authorNguyen Anh Quynh
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            To install Capstone, you should run `pip install capstone`.

If you would like to build Capstone with just the source distribution, without
pip, just run `python setup.py install` in the folder with setup.py in it.

In order to use this source distribution, you will need an environment that can
compile C code. On Linux, this is usually easy, but on Windows, this involves
installing Visual Studio and using the "Developer Command Prompt" to perform the
installation. See BUILDING.txt for more information.

By default, attempting to install the python bindings will trigger a build of
the capstone native core. If this is undesirable for whatever reason, for
instance, you already have a globally installed copy of libcapstone, you may
inhibit the build by setting the environment variable LIBCAPSTONE_PATH. The
exact value is not checked, just setting it will inhibit the build. During
execution, this variable may be set to the path of a directory containing a
specific version of libcapstone you would like to use.

If you don't want to build your own copy of Capstone, you can use a precompiled
binary distribution from PyPI. Saying `pip install capstone` should
automatically obtain an appropriate copy for your system. If it does not, please
open an issue at https://github.com/aquynh/capstone and tag @rhelmot - she
will fix this, probably!

--------------------------------------------------------------------------------

Capstone is a disassembly framework with the target of becoming the ultimate
disasm engine for binary analysis and reversing in the security community.

Created by Nguyen Anh Quynh, then developed and maintained by a small community,
Capstone offers some unparalleled features:

- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Mips, PPC, Sparc,
  SystemZ, XCore and X86 (including X86_64).

- Having clean/simple/lightweight/intuitive architecture-neutral API.

- Provide details on disassembled instruction (called “decomposer” by others).

- Provide semantics of the disassembled instruction, such as list of implicit
  registers read & written.

- Implemented in pure C language, with lightweight wrappers for C++, C#, Go,
  Java, NodeJS, Ocaml, Python, Ruby & Vala ready (available in main code,
  or provided externally by the community).

- Native support for all popular platforms: Windows, Mac OSX, iOS, Android,
  Linux, *BSD, Solaris, etc.

- Thread-safe by design.

- Special support for embedding into firmware or OS kernel.

- High performance & suitable for malware analysis (capable of handling various
  X86 malware tricks).

- Distributed under the open source BSD license.

Further information is available at http://www.capstone-engine.org


[License]

This project is released under the BSD license. If you redistribute the binary
or source code of Capstone, please attach file LICENSE.TXT with your products.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.capstone-engine.org",
    "name": "capstone",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nguyen Anh Quynh",
    "author_email": "aquynh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7a/fe/e6cdc4ad6e0d9603fa662d1ccba6301c0cb762a1c90a42c7146a538c24e9/capstone-5.0.1.tar.gz",
    "platform": null,
    "description": "To install Capstone, you should run `pip install capstone`.\n\nIf you would like to build Capstone with just the source distribution, without\npip, just run `python setup.py install` in the folder with setup.py in it.\n\nIn order to use this source distribution, you will need an environment that can\ncompile C code. On Linux, this is usually easy, but on Windows, this involves\ninstalling Visual Studio and using the \"Developer Command Prompt\" to perform the\ninstallation. See BUILDING.txt for more information.\n\nBy default, attempting to install the python bindings will trigger a build of\nthe capstone native core. If this is undesirable for whatever reason, for\ninstance, you already have a globally installed copy of libcapstone, you may\ninhibit the build by setting the environment variable LIBCAPSTONE_PATH. The\nexact value is not checked, just setting it will inhibit the build. During\nexecution, this variable may be set to the path of a directory containing a\nspecific version of libcapstone you would like to use.\n\nIf you don't want to build your own copy of Capstone, you can use a precompiled\nbinary distribution from PyPI. Saying `pip install capstone` should\nautomatically obtain an appropriate copy for your system. If it does not, please\nopen an issue at https://github.com/aquynh/capstone and tag @rhelmot - she\nwill fix this, probably!\n\n--------------------------------------------------------------------------------\n\nCapstone is a disassembly framework with the target of becoming the ultimate\ndisasm engine for binary analysis and reversing in the security community.\n\nCreated by Nguyen Anh Quynh, then developed and maintained by a small community,\nCapstone offers some unparalleled features:\n\n- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Mips, PPC, Sparc,\n  SystemZ, XCore and X86 (including X86_64).\n\n- Having clean/simple/lightweight/intuitive architecture-neutral API.\n\n- Provide details on disassembled instruction (called \u201cdecomposer\u201d by others).\n\n- Provide semantics of the disassembled instruction, such as list of implicit\n  registers read & written.\n\n- Implemented in pure C language, with lightweight wrappers for C++, C#, Go,\n  Java, NodeJS, Ocaml, Python, Ruby & Vala ready (available in main code,\n  or provided externally by the community).\n\n- Native support for all popular platforms: Windows, Mac OSX, iOS, Android,\n  Linux, *BSD, Solaris, etc.\n\n- Thread-safe by design.\n\n- Special support for embedding into firmware or OS kernel.\n\n- High performance & suitable for malware analysis (capable of handling various\n  X86 malware tricks).\n\n- Distributed under the open source BSD license.\n\nFurther information is available at http://www.capstone-engine.org\n\n\n[License]\n\nThis project is released under the BSD license. If you redistribute the binary\nor source code of Capstone, please attach file LICENSE.TXT with your products.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Capstone disassembly engine",
    "version": "5.0.1",
    "project_urls": {
        "Homepage": "https://www.capstone-engine.org"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56c9936a81a0707fbd2650a94c9297e36c4c2cf34f51695fb1f6fd39de1b3247",
                "md5": "29694c748b679306e3eefc3ff44a4fc5",
                "sha256": "740a70624d3f258cf8503898dbfd968052c008ddd4fc4ab938c7046c8828c294"
            },
            "downloads": -1,
            "filename": "capstone-5.0.1-py3-none-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "29694c748b679306e3eefc3ff44a4fc5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 2387389,
            "upload_time": "2023-08-22T16:10:34",
            "upload_time_iso_8601": "2023-08-22T16:10:34.969103Z",
            "url": "https://files.pythonhosted.org/packages/56/c9/936a81a0707fbd2650a94c9297e36c4c2cf34f51695fb1f6fd39de1b3247/capstone-5.0.1-py3-none-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c8038c04918f2871c29599acddc72282ac820933373dda69b6efcb4cf466674",
                "md5": "82951b91f0c4be54d2daabb71bab033c",
                "sha256": "3f34a949699c298e88d7c9a576a2fd7685dba658a9c432bce826eeb88676cf24"
            },
            "downloads": -1,
            "filename": "capstone-5.0.1-py3-none-manylinux1_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "82951b91f0c4be54d2daabb71bab033c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 2862687,
            "upload_time": "2023-08-22T16:10:37",
            "upload_time_iso_8601": "2023-08-22T16:10:37.510523Z",
            "url": "https://files.pythonhosted.org/packages/5c/80/38c04918f2871c29599acddc72282ac820933373dda69b6efcb4cf466674/capstone-5.0.1-py3-none-manylinux1_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6e7278a22e88c04b2dbc8e393045f34ab008ea404ec397b693bc7f729b4717c",
                "md5": "51a30db5f1b9f5b14abce2ef9fc2dc1a",
                "sha256": "08f16c2782e54d05c95f1d40e1ae0e58e4a57d6a6c3192f8c5ff61476f4130de"
            },
            "downloads": -1,
            "filename": "capstone-5.0.1-py3-none-manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "51a30db5f1b9f5b14abce2ef9fc2dc1a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 2862649,
            "upload_time": "2023-08-22T16:10:39",
            "upload_time_iso_8601": "2023-08-22T16:10:39.058687Z",
            "url": "https://files.pythonhosted.org/packages/d6/e7/278a22e88c04b2dbc8e393045f34ab008ea404ec397b693bc7f729b4717c/capstone-5.0.1-py3-none-manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68b4033718dfcd08a0f4a7550ddedd6247ece7685266c3cbc560432bec4ac5e4",
                "md5": "4b257a63039fba13741dcd6d6ff24cb6",
                "sha256": "ea8d0be06d2faa39545937fe88db239fd62227915f9744d8990439011c479f05"
            },
            "downloads": -1,
            "filename": "capstone-5.0.1-py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4b257a63039fba13741dcd6d6ff24cb6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 2937338,
            "upload_time": "2023-08-22T16:10:40",
            "upload_time_iso_8601": "2023-08-22T16:10:40.884776Z",
            "url": "https://files.pythonhosted.org/packages/68/b4/033718dfcd08a0f4a7550ddedd6247ece7685266c3cbc560432bec4ac5e4/capstone-5.0.1-py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b67a0236bc42752076d978b83293b00fd2e012bb1526603920e25715ce45277",
                "md5": "d83d100777af6ab49a118814bf2c5fdb",
                "sha256": "04223a4e5c2374f21da59c5c5a5b90471bfcef5cb938e7b32de68579cf863b7a"
            },
            "downloads": -1,
            "filename": "capstone-5.0.1-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d83d100777af6ab49a118814bf2c5fdb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 2937306,
            "upload_time": "2023-08-22T16:10:42",
            "upload_time_iso_8601": "2023-08-22T16:10:42.729061Z",
            "url": "https://files.pythonhosted.org/packages/7b/67/a0236bc42752076d978b83293b00fd2e012bb1526603920e25715ce45277/capstone-5.0.1-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12309498abe07ed52fb40bf2259c840fd2908804dba8cc603b7dcb54bcdd11d2",
                "md5": "14f93b75b0c4ab40f8ee0d04f3fe8d6c",
                "sha256": "4356bdee55639c4448d025dc9d8a3b6c07f2b188c62b88df3d554a84e2cd89af"
            },
            "downloads": -1,
            "filename": "capstone-5.0.1-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "14f93b75b0c4ab40f8ee0d04f3fe8d6c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 1250420,
            "upload_time": "2023-08-22T16:10:45",
            "upload_time_iso_8601": "2023-08-22T16:10:45.193320Z",
            "url": "https://files.pythonhosted.org/packages/12/30/9498abe07ed52fb40bf2259c840fd2908804dba8cc603b7dcb54bcdd11d2/capstone-5.0.1-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0ddb28df50316ca193dd1275a4c47115a720796d9e1501c1888c4bfa5dc2260",
                "md5": "6bf8101782b790492536471c5444f322",
                "sha256": "1bfa5c81e6880caf41a31946cd6d2d069c048bcc22edf121254b501a048de675"
            },
            "downloads": -1,
            "filename": "capstone-5.0.1-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6bf8101782b790492536471c5444f322",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 1272594,
            "upload_time": "2023-08-22T16:10:47",
            "upload_time_iso_8601": "2023-08-22T16:10:47.106261Z",
            "url": "https://files.pythonhosted.org/packages/d0/dd/b28df50316ca193dd1275a4c47115a720796d9e1501c1888c4bfa5dc2260/capstone-5.0.1-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7afee6cdc4ad6e0d9603fa662d1ccba6301c0cb762a1c90a42c7146a538c24e9",
                "md5": "de948ceed409f3bd9232b4f1097c7107",
                "sha256": "740afacc29861db591316beefe30df382c4da08dcb0345a0d10f0cac4f8b1ee2"
            },
            "downloads": -1,
            "filename": "capstone-5.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "de948ceed409f3bd9232b4f1097c7107",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 2929485,
            "upload_time": "2023-08-22T16:10:49",
            "upload_time_iso_8601": "2023-08-22T16:10:49.555468Z",
            "url": "https://files.pythonhosted.org/packages/7a/fe/e6cdc4ad6e0d9603fa662d1ccba6301c0cb762a1c90a42c7146a538c24e9/capstone-5.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 16:10:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "capstone"
}
        
Elapsed time: 0.11451s