# mc-asm
mc-asm provides a Python API for turning assembly into machine code, providing
rich symbolic information.
## Copyright and Acknowledgments
Copyright (C) 2020 GrammaTech, Inc.
This code is licensed under the MIT license. See the LICENSE file in
the project root for license terms.
This project is sponsored by the Office of Naval Research, One Liberty
Center, 875 N. Randolph Street, Arlington, VA 22203 under contract #
N68335-17-C-0700. The content of the information does not necessarily
reflect the position or policy of the Government and no official
endorsement should be inferred.
The header files under the `src/llvm-headers/` directory are copied from the
LLVM project and are licensed under the Apache License v2.0 with LLVM
Exceptions (a copy of that license is included in the `src/llvm-headers/`
directory).
The following files from the open-source LLVM project are included in the
MCASM repository.
* Files:
- AArch64MCExpr.h (from `llvm/lib/Target/AArch64/MCTargetDesc/`)
- MipsMCExpr.h (from `llvm/lib/Target/Mips/MCTargetDesc/`)
* Project Name: LLVM
* Project Version: 14.0.6
* License: Apache License v2.0 with LLVM Exceptions
Raw data
{
"_id": null,
"home_page": "https://github.com/grammatech/mc-asm",
"name": "mcasm",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "GrammaTech, Inc.",
"author_email": "gtirb@grammatech.com",
"download_url": "",
"platform": null,
"description": "# mc-asm\n\nmc-asm provides a Python API for turning assembly into machine code, providing\nrich symbolic information.\n\n## Copyright and Acknowledgments\n\nCopyright (C) 2020 GrammaTech, Inc.\n\nThis code is licensed under the MIT license. See the LICENSE file in\nthe project root for license terms.\n\nThis project is sponsored by the Office of Naval Research, One Liberty\nCenter, 875 N. Randolph Street, Arlington, VA 22203 under contract #\nN68335-17-C-0700. The content of the information does not necessarily\nreflect the position or policy of the Government and no official\nendorsement should be inferred.\n\nThe header files under the `src/llvm-headers/` directory are copied from the\nLLVM project and are licensed under the Apache License v2.0 with LLVM\nExceptions (a copy of that license is included in the `src/llvm-headers/`\ndirectory).\n\nThe following files from the open-source LLVM project are included in the\nMCASM repository.\n* Files:\n - AArch64MCExpr.h (from `llvm/lib/Target/AArch64/MCTargetDesc/`)\n - MipsMCExpr.h (from `llvm/lib/Target/Mips/MCTargetDesc/`)\n* Project Name: LLVM\n* Project Version: 14.0.6\n* License: Apache License v2.0 with LLVM Exceptions\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Assemble code to bytes using LLVM's MC layer",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://github.com/grammatech/mc-asm"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b76e6b5b46508ec843c7179aa31a36211c1e13d5e79ae838f98dc0e55d5eaeea",
"md5": "531eb7ef78d3c1764e0bb04e2b8dfdad",
"sha256": "ba27c7f36c56aa93f378c0642d88faa221298af803e7819ffefb18df37d71d1d"
},
"downloads": -1,
"filename": "mcasm-0.3.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"has_sig": false,
"md5_digest": "531eb7ef78d3c1764e0bb04e2b8dfdad",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 12126363,
"upload_time": "2023-10-24T08:13:58",
"upload_time_iso_8601": "2023-10-24T08:13:58.144756Z",
"url": "https://files.pythonhosted.org/packages/b7/6e/6b5b46508ec843c7179aa31a36211c1e13d5e79ae838f98dc0e55d5eaeea/mcasm-0.3.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ada74058614bce08d8663dd82d7bfc6de8c44e8b02bcc9e22c625b9bf441afa",
"md5": "1c58f078bc8648a7b09771a87850cb90",
"sha256": "ec763e88ac24950a7d3186e47f26efd38cb6befad86d4ea13153d5b6f606eb98"
},
"downloads": -1,
"filename": "mcasm-0.3.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "1c58f078bc8648a7b09771a87850cb90",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 5668169,
"upload_time": "2023-10-24T08:14:01",
"upload_time_iso_8601": "2023-10-24T08:14:01.105951Z",
"url": "https://files.pythonhosted.org/packages/6a/da/74058614bce08d8663dd82d7bfc6de8c44e8b02bcc9e22c625b9bf441afa/mcasm-0.3.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8843b36813c148ae71905fa7dbb3327f6b0437fc32dc4219fc44eb587c1f0ce2",
"md5": "9d2fe8b9c295f9210b481445e0262742",
"sha256": "2fe60d99e19aa20d301953c0d3c70511683f49ec423cee4844090b31ca7b8299"
},
"downloads": -1,
"filename": "mcasm-0.3.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"has_sig": false,
"md5_digest": "9d2fe8b9c295f9210b481445e0262742",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 12121737,
"upload_time": "2023-10-24T08:14:03",
"upload_time_iso_8601": "2023-10-24T08:14:03.375224Z",
"url": "https://files.pythonhosted.org/packages/88/43/b36813c148ae71905fa7dbb3327f6b0437fc32dc4219fc44eb587c1f0ce2/mcasm-0.3.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3eed9605a69e8e8c04b818348536824154964b6aaaa0650184f7c2001e066f59",
"md5": "88ebb1e96f0425b664812f7a14756169",
"sha256": "49d5b74f180ef593c5b0d1cc89caf1091a80db007ed594355a5339a572f8b793"
},
"downloads": -1,
"filename": "mcasm-0.3.0-cp37-cp37m-win_amd64.whl",
"has_sig": false,
"md5_digest": "88ebb1e96f0425b664812f7a14756169",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 5648301,
"upload_time": "2023-10-24T08:14:05",
"upload_time_iso_8601": "2023-10-24T08:14:05.734561Z",
"url": "https://files.pythonhosted.org/packages/3e/ed/9605a69e8e8c04b818348536824154964b6aaaa0650184f7c2001e066f59/mcasm-0.3.0-cp37-cp37m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d8a1624923f8c7bbd917552ff94014f4ae17e5b888e15031f126d7883c4808e3",
"md5": "1a3162ce09a0dca58500a738a79c2c13",
"sha256": "0de6bacb1f69025b4d007000fcadc59c86832cdc7ed7547bab2ccc0abda6d09c"
},
"downloads": -1,
"filename": "mcasm-0.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"has_sig": false,
"md5_digest": "1a3162ce09a0dca58500a738a79c2c13",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 12130727,
"upload_time": "2023-10-24T08:14:07",
"upload_time_iso_8601": "2023-10-24T08:14:07.617508Z",
"url": "https://files.pythonhosted.org/packages/d8/a1/624923f8c7bbd917552ff94014f4ae17e5b888e15031f126d7883c4808e3/mcasm-0.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ba2e3ca45716a705730012b695dac3593d2feeedee308a4a398aabb1a33f4906",
"md5": "9cccf1c8a47c4b791cc61b445c459805",
"sha256": "86e2ef10227b8b6737437a666c35d718e3a06de02520aa5f171f824d036d09c2"
},
"downloads": -1,
"filename": "mcasm-0.3.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "9cccf1c8a47c4b791cc61b445c459805",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 5667723,
"upload_time": "2023-10-24T08:14:10",
"upload_time_iso_8601": "2023-10-24T08:14:10.435638Z",
"url": "https://files.pythonhosted.org/packages/ba/2e/3ca45716a705730012b695dac3593d2feeedee308a4a398aabb1a33f4906/mcasm-0.3.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ae938e537af3b9c9b96c966d7002f032b38d81ee98afb1c8a9d47407cd325955",
"md5": "743162b60ccaf54a61924c18042fa453",
"sha256": "61f85b9159c1f3089394bf2a215326f1187d72a6009790ce60f93713a6c3cc74"
},
"downloads": -1,
"filename": "mcasm-0.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"has_sig": false,
"md5_digest": "743162b60ccaf54a61924c18042fa453",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 12126355,
"upload_time": "2023-10-24T08:14:12",
"upload_time_iso_8601": "2023-10-24T08:14:12.939640Z",
"url": "https://files.pythonhosted.org/packages/ae/93/8e537af3b9c9b96c966d7002f032b38d81ee98afb1c8a9d47407cd325955/mcasm-0.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2674c38309fd2425a58d6c660000966de502f45df8492f9352ca52c6cbb50823",
"md5": "77c475bbce63ea9767bd887fa72874c6",
"sha256": "5afe33bf823c9aefb75e88b44c4f9376cd840e21a80bf40872b58f9c2983edfa"
},
"downloads": -1,
"filename": "mcasm-0.3.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "77c475bbce63ea9767bd887fa72874c6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 5668417,
"upload_time": "2023-10-24T08:14:15",
"upload_time_iso_8601": "2023-10-24T08:14:15.681145Z",
"url": "https://files.pythonhosted.org/packages/26/74/c38309fd2425a58d6c660000966de502f45df8492f9352ca52c6cbb50823/mcasm-0.3.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-24 08:13:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "grammatech",
"github_project": "mc-asm",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "mcasm"
}