vm03 / payload_dumper

Android OTA payload dumper
1.39k stars 305 forks source link

can you add new feature about [--list]? #66

Open lumkit opened 6 months ago

lumkit commented 6 months ago

I have a functional requirement: I want to know which partitions the target payload.bin file has, so as to better extract the image file I want.

for example: input:python payload_dumper.py --list payload.bin output: part_name size(bytes) boot 100663296 ......

Can you add the feature in latest push? 🌹