# yaffshiv **Repository Path**: kakaxdu/yaffshiv ## Basic Information - **Project Name**: yaffshiv - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-12 - **Last Updated**: 2021-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README About ===== A simple YAFFS file system parser and extractor, written in Python. Features ======== * List and/or extract regular files, folders, symlinks, hard links, and special device files * Automatic detection and/or brute force of YAFFS build parameters (page size, spare size, endianess, etc) * Support for both big and little endian YAFFS file systems * Compatible with both Python2 and Python3 Installation ============ Use the included `setup.py` script to install: ```bash $ python setup.py install ``` There are no required pre-requisites, besides Python itself.