Categorygithub.com/tobyxdd/android-ota-payload-extractor
modulepackage
0.0.0-20230309074026-669874cdf099
Repository: https://github.com/tobyxdd/android-ota-payload-extractor.git
Documentation: pkg.go.dev

# README

Android OTA Payload Extractor

Android OTA payload extractor written in Go.

Download

中文

Usage

./android-ota-payload-extractor <OTA.zip or payload.bin> [(optional) file to extract 1] [(optional) file to extract 2] ...

Example (extract boot and vendor images from raven-ota.zip):

./android-ota-payload-extractor.exe raven-ota.zip boot vendor

It can parse payload.bin directly, or automatically extract from OTA zip files.

When files to extract are not specified, it will extract all files in the payload.

Demo GIF

About

Inspired by https://github.com/cyxx/extract_android_ota_payload.

Extracting images from Android OTA packages is very useful for various purposes. For example, patching the boot image to install Magisk without TWRP. However, using the above Python script is often a pain in the ass because of Python and its dependencies, especially for inexperienced Windows users.

This project aims to provide everyone with a faster & cross-platform Android OTA payload extractor that's much easier to use - just drag and drop the ROM file onto the program.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Deprecated: Do not use.
No description provided by the author
Deprecated: Do not use.
On minor version 5 or newer, these operations are supported:.
No description provided by the author
No description provided by the author
On minor version 3 or newer and on major version 2 or newer, these operations are supported:.
No description provided by the author
On minor version 2 or newer, these operations are supported:.
On minor version 4 or newer, these operations are supported:.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Metadata related to all dynamic partitions.
Data is packed into blocks on disk, always starting from the beginning of the block.
Describe an image we are based on in a human friendly way.
No description provided by the author
No description provided by the author
Describes the update to apply to a single partition.
Signatures: Updates may be signed by the OS vendor.
No description provided by the author

# Type aliases

No description provided by the author