anestisb / vdexExtractor

Tool to decompile & extract Android Dex bytecode from Vdex files
Apache License 2.0
1k stars 214 forks source link

Checkout output directory exists before processing files #34

Closed anestisb closed 6 years ago

anestisb commented 6 years ago

Current output error when trying to write the generated Dex files under a directory that does not exist is not ideal (see https://github.com/anestisb/vdexExtractor/issues/33). Early check if the output directory exists.

anestisb commented 6 years ago

Done.