ssut / payload-dumper-go

an android OTA payload dumper written in Go
Apache License 2.0
2.37k stars 201 forks source link

Output flags aren't working [Windows] #20

Closed Luffitys closed 3 years ago

Luffitys commented 3 years ago

Using either -o or -output flags doesn't change the output path and uses the default ./extracted_* directory. Trying the -partitions flag doesn't work either. Commands tried:

FunctionalHacker commented 3 years ago

Same here on Arch Linux

luk1337 commented 3 years ago

You're meant to do:

payload-dumper-go.exe -output exampledirectory payload.bin
payload-dumper-go.exe -o exampledirectory payload.bin
payload-dumper-go.exe -partitions system,vendor,system_ext,product payload.bin
Luffitys commented 3 years ago

Above comment works perfectly on Windows. Issue closed