arm-converter


Namearm-converter JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryConvert ARM instructions to machine code
upload_time2023-10-31 10:25:14
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords arm converter ios
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ARM Converter
A local ARM converter for iOS Reverse Engineering. Download the toolchains [here](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads). Currently, `as` and `objdump` are required for the script to work.

## Building
- Run `python -m build` to build the package
- Install with `pip install --force-reinstall arm_converter --find-links=dist`

## Publishing
- Check with `twine check dist/*`
- Upload to TestPyPI before publishing it `twine upload -r testpypi dist/*`
  - Install with `pip install arm_converter -i https://testpypi.python.org/pypi`
- Publish it with `twine upload dist/*`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "arm-converter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "arm,converter,ios",
    "author": "",
    "author_email": "Yiheng Quan <development.henryquan@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e3/0a/8a9b9f721f0cf17e324ee7d9fffb44e003a2ea7d468aa8c737423847e2ab/arm_converter-0.1.0.tar.gz",
    "platform": null,
    "description": "# ARM Converter\r\nA local ARM converter for iOS Reverse Engineering. Download the toolchains [here](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads). Currently, `as` and `objdump` are required for the script to work.\r\n\r\n## Building\r\n- Run `python -m build` to build the package\r\n- Install with `pip install --force-reinstall arm_converter --find-links=dist`\r\n\r\n## Publishing\r\n- Check with `twine check dist/*`\r\n- Upload to TestPyPI before publishing it `twine upload -r testpypi dist/*`\r\n  - Install with `pip install arm_converter -i https://testpypi.python.org/pypi`\r\n- Publish it with `twine upload dist/*`\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Convert ARM instructions to machine code",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/HenryQuan/ARM-Converter"
    },
    "split_keywords": [
        "arm",
        "converter",
        "ios"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bd6c6531656791acc15fa10d9ad9dc641abb276d80bebdc8de187cd69757bba",
                "md5": "b132d93d03f266d0d5f64ea93cce827b",
                "sha256": "f2ee6490020ddc7cdfcffe244ecf57708f31c753c3e4916cae8443628cfc1b79"
            },
            "downloads": -1,
            "filename": "arm_converter-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b132d93d03f266d0d5f64ea93cce827b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3687009,
            "upload_time": "2023-10-31T10:25:11",
            "upload_time_iso_8601": "2023-10-31T10:25:11.719478Z",
            "url": "https://files.pythonhosted.org/packages/4b/d6/c6531656791acc15fa10d9ad9dc641abb276d80bebdc8de187cd69757bba/arm_converter-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e30a8a9b9f721f0cf17e324ee7d9fffb44e003a2ea7d468aa8c737423847e2ab",
                "md5": "c7190d7685539ef45e97dd94c6574c78",
                "sha256": "c5527ba8303c8a55f3474fa25a0964ed273bfd65e95e01535ceae54f9fef0ed1"
            },
            "downloads": -1,
            "filename": "arm_converter-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c7190d7685539ef45e97dd94c6574c78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3669412,
            "upload_time": "2023-10-31T10:25:14",
            "upload_time_iso_8601": "2023-10-31T10:25:14.437360Z",
            "url": "https://files.pythonhosted.org/packages/e3/0a/8a9b9f721f0cf17e324ee7d9fffb44e003a2ea7d468aa8c737423847e2ab/arm_converter-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-31 10:25:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "HenryQuan",
    "github_project": "ARM-Converter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "arm-converter"
}
        
Elapsed time: 0.20196s