| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This tool can analyze the ubifs image file, which is dumped from the device or generated from ubifs generation tool such as mkfs.ubifs. There are 2 usages for this tool:
This tool can only be built and used on Linux platform.
$ make clean
$ make
At this moment, the user has to customize the code and build the code, as some settings are hard-coded:
To dump the ubifs file:
$ ./uib-helper -d
To corrupt the ubifs file:
$ ./uib-helper -c
| Back | FazBrowse Home | New Git URL |