1
1
mirror of https://github.com/ssut/payload-dumper-go.git synced 2025-02-20 06:06:09 +00:00
luk1337 9ff1ed54bd chore(ci): fixes/improvements + build Darwin/ARM64 (#15)
* chore(ci): download macOS sdk in a separate job

* chore(ci): upgrade to fedora 34

Now that we have newer macOS SDK this is now possible.

* chore(ci): add build-darwin-arm64 target

* chore(ci): download xz source code from dnf

* chore(ci): handle osxcross cache properly
2021-04-30 14:24:57 +09:00
2020-12-28 13:28:03 +09:00
2020-10-04 16:46:08 +09:00
2020-10-04 16:46:08 +09:00
2020-10-04 02:28:15 +09:00
2020-10-06 21:49:57 +09:00
2020-10-04 02:23:33 +09:00

payload-dumper-go

An android OTA payload dumper written in Go.

Download prebuilt binaries for macOS and windows via here.

Features

screenshot

See how fast payload-dumper-go is: https://imgur.com/a/X6HKJT4. (MacBook Pro 16-inch 2019 i9-9750H, 16G)

  • Incredibly fast decompression. All decompression progresses are executed in parallel.
  • Payload checksum verification.
  • Support original zip package that contains payload.bin.

Cautions

  • Working on a SSD is highly recommended for performance reasons, a HDD could be a bottle-neck.

Limitations

  • Incremental OTA(delta) payload is not supported.

Sources

https://android.googlesource.com/platform/system/update_engine/+/master/update_metadata.proto

License

This source code is licensed under the Apache License 2.0 as described in the LICENSE file.

Description
an android OTA payload dumper written in Go
Readme Apache-2.0 208 KiB
Languages
Go 99.6%
Dockerfile 0.4%