jefferson


Namejefferson JSON
Version 0.4.5 PyPI version JSON
download
home_page
SummaryJFFS2 filesystem extraction tool.
upload_time2023-06-05 12:42:18
maintainer
docs_urlNone
authorONEKEY
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Jefferson

JFFS2 filesystem extraction tool.

### Installation

You can install Jefferson from PyPi with the following command:

```
pip install --user jefferson
```

### Usage

```sh
jefferson filesystem.img -d outdir
```

### Features

- big-endian and little-endian support with auto-detection
- zlib, rtime, LZMA, and LZO compression support
- CRC checks - for now only enforced on `hdr_crc`
- extraction of symlinks, directories, files, and device nodes
- detection/handling of duplicate inode numbers. Occurs if multiple JFFS2 filesystems are found in one file and causes `jefferson` to treat segments as separate filesystems

### Development

The package is maintained with Poetry. If you want to contribute, we recommend you follow these steps:

```sh
git clone https://github.com/onekey-sec/jefferson.git
cd jefferson
poetry install
poetry run jefferson
```

You can install Poetry by following this [guide](https://python-poetry.org/dos/#installation)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "jefferson",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "ONEKEY",
    "author_email": "support@onekey.com",
    "download_url": "https://files.pythonhosted.org/packages/ec/32/fd9132d16cbfff65fab899d354c7287d28798793c17ab4c7d2b9e2a0ffb1/jefferson-0.4.5.tar.gz",
    "platform": null,
    "description": "## Jefferson\n\nJFFS2 filesystem extraction tool.\n\n### Installation\n\nYou can install Jefferson from PyPi with the following command:\n\n```\npip install --user jefferson\n```\n\n### Usage\n\n```sh\njefferson filesystem.img -d outdir\n```\n\n### Features\n\n- big-endian and little-endian support with auto-detection\n- zlib, rtime, LZMA, and LZO compression support\n- CRC checks - for now only enforced on `hdr_crc`\n- extraction of symlinks, directories, files, and device nodes\n- detection/handling of duplicate inode numbers. Occurs if multiple JFFS2 filesystems are found in one file and causes `jefferson` to treat segments as separate filesystems\n\n### Development\n\nThe package is maintained with Poetry. If you want to contribute, we recommend you follow these steps:\n\n```sh\ngit clone https://github.com/onekey-sec/jefferson.git\ncd jefferson\npoetry install\npoetry run jefferson\n```\n\nYou can install Poetry by following this [guide](https://python-poetry.org/dos/#installation)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "JFFS2 filesystem extraction tool.",
    "version": "0.4.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3350a6811dd203f48223bee7180bd029ac4f2273b17ca8aa8b56bbbc91363f3a",
                "md5": "502a14a32da5c109f0a41fb07c30615e",
                "sha256": "f45e7ca4c142966a5117a5c62cf602484b69796ff8fba0a83ee32fe2b986d12d"
            },
            "downloads": -1,
            "filename": "jefferson-0.4.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "502a14a32da5c109f0a41fb07c30615e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 8803,
            "upload_time": "2023-06-05T12:42:16",
            "upload_time_iso_8601": "2023-06-05T12:42:16.612401Z",
            "url": "https://files.pythonhosted.org/packages/33/50/a6811dd203f48223bee7180bd029ac4f2273b17ca8aa8b56bbbc91363f3a/jefferson-0.4.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec32fd9132d16cbfff65fab899d354c7287d28798793c17ab4c7d2b9e2a0ffb1",
                "md5": "b9cd68985b4bc61d0b9c1e1fdd8354d2",
                "sha256": "f9c3cecf33b76c2400bbc2eb6e3509e52fd24793858ad3982c8bb92fdb7fabe9"
            },
            "downloads": -1,
            "filename": "jefferson-0.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b9cd68985b4bc61d0b9c1e1fdd8354d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 7712,
            "upload_time": "2023-06-05T12:42:18",
            "upload_time_iso_8601": "2023-06-05T12:42:18.549683Z",
            "url": "https://files.pythonhosted.org/packages/ec/32/fd9132d16cbfff65fab899d354c7287d28798793c17ab4c7d2b9e2a0ffb1/jefferson-0.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-05 12:42:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jefferson"
}
        
Elapsed time: 0.28744s