Skip to content

Instantly share code, notes, and snippets.

View hpp0hpp's full-sized avatar

hpp0hpp hpp0hpp

View GitHub Profile
@hpp0hpp
hpp0hpp / sparse_img_to_ext4.py
Created February 17, 2020 15:51 — forked from u1735067/sparse_img_to_ext4.py
Python script to convert sparse ext4 Android images (like cache.img[.ext4], hidden.img[.ext4] to openable ext4 images (like with 7zip)
#! /usr/bin/env python
# Copyright (C) 2012 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#