ubi_reader
ubi_reader copied to clipboard
Collection of Python scripts for reading information about and extracting data from UBI and UBIFS images.
Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done ERROR: Could not find a version that satisfies the requirement lzallright=0.2.1 (from ubi-reader)...
Hello all, im trying to unpack .ubi files and i get this error, any help? the ecc has previusly fixed. Error description: ubireader_extract_files file.ubi Traceback (most recent call last): File...
Hi, each time you create scripts for image using `ubireader_utils_info`, the *.ini file contains the value `vol_flags = 0` that seems to not be supported by ubinize. Is it normal...
Here's the new PR, if I didn't make any mistakes the scripts should behave exactly the same as before. I didn't update the readme to reflect the changes because I'm...
Draft branch to establish a baseline for code quality and probably do some refactoring as mentioned in https://github.com/onekey-sec/ubi_reader/discussions/75
There appears to be a bug in the ubireader which checks for crc information in the header and fails to catch if it doesn't recognise it properly. **To Reproduce** Steps...
We now have ubireader_display_{block,info} and ubireader_extract_{files,images}, and ubireader_{list_files,utils_info} where list_files does a bit more, it is responsible for displaying files and also unpacking them. I personally suggest to integrate ubireader...
Maybe I'm misreading the code, please correct me if I oversee something. In `ubifs/__init__.py` you read only the first master node from `UBIFS_MST_LNUM` and `UBIFS_MST_LNUM + 1`. But both LEBs...
On UBIFS replaying the journal is mandatory. If you don't do so the index tree can point to wrong (outdated or dead) leaf nodes. You can do it like u-boot...
Is it possible to correct this Node size error? This 5 volume ubi cant seem to be extracted correctly with this tool I only need the rfs extracted and need...