vm03 / payload_dumper

Android OTA payload dumper
1.39k stars 305 forks source link

Add optional argument to specify images to extract #17

Closed vasishath closed 3 years ago

vasishath commented 3 years ago

This allows user to specify which images to extract. Default behavior stays the same.

For Example, python3 payload_dumper.py payload.bin --images=vbmeta,system

will dump system.img and vbmeta.img (if present) to the output folder.