An open API service indexing awesome lists of open source software.

https://github.com/puffycid/ext4-fs

A very basic ext4 filesystem parser
https://github.com/puffycid/ext4-fs

ext4 forensics

Last synced: 2 months ago
JSON representation

A very basic ext4 filesystem parser

Awesome Lists containing this project

README

          

# ext4-fs

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![codecov](https://img.shields.io/codecov/c/github/puffyCid/ext4-fs?style=for-the-badge)](https://codecov.io/github/puffyCid/ext4-fs)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/puffycid/ext4-fs/audit.yml?label=Audit&style=for-the-badge)

A small and *very* basic Rust library to read the ext4 filesystem. It was primarily developed to learn how to write filesystem forensic parsers.

This library would have been impossible without the excellent resources provided at:

- [OS Dev](https://wiki.osdev.org/Ext4)
- [ext4 tutorial](https://metebalci.com/blog/a-minimum-complete-tutorial-of-linux-ext4-file-system/)
- [libfsext](https://github.com/libyal/libfsext)