lithi


Namelithi JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryELF parser and memory live inspector
upload_time2025-08-30 14:06:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords elf inspect mcu jlink memory
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lithi

> Keeps every byte in sight — uncovers the memory of your MCU.

**lithi** is a Python tool that parses ELF files and connects to your
embedded target (e.g. via J-Link). It lets you spy on functions,
global variables, and memory — directly from the command line.

## Features

Currently under development

- [ ] Parse ELF symbols (functions, global variables, addresses, sizes).
- [ ] Connect to STM32/embedded targets using J-Link.
- [ ] Read variables directly from the running device.
- [ ] TUI/CLI interface for inspecting memory maps.
- [ ] Export symbol/function metadata.
- [ ] Fuzzy search
- [ ] Support multiple providers (OpenOCD, gdb/ptrace, jlink, stlink, etc)

## Getting Started

To get a local copy up and running follow these simple steps.

### Installation

Run the following command:

```sh
pip install lithi
```

## Contact

Kanelis Elias - [@email](mailto:e.kanelis@voidbuffer.com)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lithi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Kanelis Elias <e.kanelis@voidbuffer.com>",
    "keywords": "elf, inspect, mcu, jlink, memory",
    "author": null,
    "author_email": "Kanelis Elias <e.kanelis@voidbuffer.com>",
    "download_url": "https://files.pythonhosted.org/packages/69/55/f4d826c4dcd826aa0abacb22c29bab315f96ce517919980d3ffc0b747140/lithi-0.0.4.tar.gz",
    "platform": null,
    "description": "# lithi\n\n> Keeps every byte in sight \u2014 uncovers the memory of your MCU.\n\n**lithi** is a Python tool that parses ELF files and connects to your\nembedded target (e.g. via J-Link). It lets you spy on functions,\nglobal variables, and memory \u2014 directly from the command line.\n\n## Features\n\nCurrently under development\n\n- [ ] Parse ELF symbols (functions, global variables, addresses, sizes).\n- [ ] Connect to STM32/embedded targets using J-Link.\n- [ ] Read variables directly from the running device.\n- [ ] TUI/CLI interface for inspecting memory maps.\n- [ ] Export symbol/function metadata.\n- [ ] Fuzzy search\n- [ ] Support multiple providers (OpenOCD, gdb/ptrace, jlink, stlink, etc)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Installation\n\nRun the following command:\n\n```sh\npip install lithi\n```\n\n## Contact\n\nKanelis Elias - [@email](mailto:e.kanelis@voidbuffer.com)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "ELF parser and memory live inspector",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://pypi.org/project/lithi/"
    },
    "split_keywords": [
        "elf",
        " inspect",
        " mcu",
        " jlink",
        " memory"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b01fd5343dc2cd65b31916f1e5de9ea7e19e4d0f2b3024cc76fd3affceb31b2b",
                "md5": "a91f766a739a492cf58b84f7fd345a10",
                "sha256": "6b0d8dd7ab804f600010d5a374c512b3caf93b05da6c41504625b4f8ad1c4ae1"
            },
            "downloads": -1,
            "filename": "lithi-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a91f766a739a492cf58b84f7fd345a10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7887,
            "upload_time": "2025-08-30T14:06:46",
            "upload_time_iso_8601": "2025-08-30T14:06:46.027263Z",
            "url": "https://files.pythonhosted.org/packages/b0/1f/d5343dc2cd65b31916f1e5de9ea7e19e4d0f2b3024cc76fd3affceb31b2b/lithi-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6955f4d826c4dcd826aa0abacb22c29bab315f96ce517919980d3ffc0b747140",
                "md5": "044f7f18978936ae791bc87f241ada28",
                "sha256": "405d36f7041c4d8b123b3d77a7ea58354ddb8c95345bd3abac3e8ea33d081841"
            },
            "downloads": -1,
            "filename": "lithi-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "044f7f18978936ae791bc87f241ada28",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7074,
            "upload_time": "2025-08-30T14:06:47",
            "upload_time_iso_8601": "2025-08-30T14:06:47.155177Z",
            "url": "https://files.pythonhosted.org/packages/69/55/f4d826c4dcd826aa0abacb22c29bab315f96ce517919980d3ffc0b747140/lithi-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-30 14:06:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lithi"
}
        
Elapsed time: 0.49206s