Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tasssadar/libbootimg
Small library to work with Android boot images
https://github.com/Tasssadar/libbootimg
Last synced: 18 days ago
JSON representation
Small library to work with Android boot images
- Host: GitHub
- URL: https://github.com/Tasssadar/libbootimg
- Owner: Tasssadar
- License: mit
- Created: 2013-09-23T14:47:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T16:08:40.000Z (over 4 years ago)
- Last Synced: 2024-07-31T22:57:29.190Z (3 months ago)
- Language: C
- Size: 84 KB
- Stars: 70
- Watchers: 11
- Forks: 73
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# libbootimg
[![Build Status](https://travis-ci.org/Tasssadar/libbootimg.png?branch=master)](https://travis-ci.org/Tasssadar/libbootimg)libbootimg is small library which can create, extract or update Android boot images.
**This library is required to build MultiROM and its modified TWRP. Clone it to
`/system/extras/libbootimg` inside the Android source tree.**### bbootimg
`bbootimg` is a cli frontend for libbootimg, compatible with abootimg's arguments.