# BootImgTool **Repository Path**: weiqifa/BootImgTool ## Basic Information - **Project Name**: BootImgTool - **Description**: A Tool for unpack/pack android boot.img - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-26 - **Last Updated**: 2021-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BootImgTool A Tool for unpack/pack android boot.img Combined these two projects: https://github.com/pbatard/bootimg-tools https://github.com/sophiehuiberts/Bootimg-scripts Add some usefull script for convenience # Usage 1. compile ``` ./build.sh ``` 2. unpack ``` bin/unpack-bootimg.sh path/of/boot.img ``` 3. repack ``` bin/repack-bootimg.sh kernel ramdisk-dir out-file ``` # Article https://www.jianshu.com/p/aaa2fd8bd2b5