Skip to content

CKAndroidProject/payload_extract

 
 

Repository files navigation

payload_extract

Extract the image from payload.bin in Android ROM

Supported:

  • bin
  • zip
  • url
payload_extract --help
usage: [options]
  -h, --help           Display this help and exit
  -i, --input=[FILE]   Input file
  -t                   Input path type: [bin,url], default: bin(zip)
  -p                   Print all info
  -P, --print=X        Print the specified targets: [boot,odm,...]
  -x                   Extract all items
  -X, --extract=X      Extract the specified targets: [boot,odm,...]
  -e                   Exclude mode, exclude specific targets
  -s                   Silent mode, Don't show progress
  -T#                  [1-X] Use # threads,  default: -T0, is X/3
  -k                   Skip SSL verification
  -o, --outdir=X       Output dir
  -V, --version        Print the version info
  payload_extract -V
  payload_extract:     x.x.x
  author:              skkk

You can use extract.erofs to continue extracting data from the erofs format image.

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.9%
  • CMake 20.8%
  • C 7.8%
  • Shell 6.5%