Library for read only interactions with an ext4 filesystem
Project description
Ext4
Library for read only interactions with an ext4 filesystem.
from ext4 import Volume
# Extract raw ext4 image
with open("image.ext4", "rb") as f:
# Extract specific file
volume = Volume(image, offset=0)
inode = volume.inode_at("/etc/version")
with open("version", "wb") as f:
f.write(inode.open().read())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ext4-1.0.6.tar.gz
(17.0 kB
view details)
Built Distribution
ext4-1.0.6-py3-none-any.whl
(20.5 kB
view details)
File details
Details for the file ext4-1.0.6.tar.gz
.
File metadata
- Download URL: ext4-1.0.6.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c84b9715bb6f20834814747d22873d42a02f3c0c22c0eebaa892295cad3e85a1 |
|
MD5 | 4dce7ee519898315abb8a2491e3bb6c3 |
|
BLAKE2b-256 | c5e8002c1f0b46151f34dfd05108e8eacc3250da74707464f21f1ebb9d3631df |
File details
Details for the file ext4-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: ext4-1.0.6-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b15ce5cdca8d61f6d3ddda11ab61330496d0249047db488aaa591b1d6987a94e |
|
MD5 | 66aaa4f59a998590a3bbd636d6e39fcd |
|
BLAKE2b-256 | cf9b1a4176378e7d196da4effd75e5b6216cae9e59b45088b7a96607957d8bc0 |