ssut / payload-dumper-go

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

[Feature Request] Ability to specify output directory #18

Closed cyberphantom52 closed 3 years ago

cyberphantom52 commented 3 years ago

Right now it just extracts in the working directory which is not something we always want. Having the ability to specific the output directory would be really useful.

ssut commented 3 years ago

I added support for specifying output directory via CLI flag -output or -o. Please check it.

cyberphantom52 commented 3 years ago

I have just tested the new binary and i can confirm that it is working as intended. Thank You