daniellockyer / apkdiff

Diff between two APK files.
121 stars 24 forks source link

Don't know what to say.... #1

Closed Puv1s closed 6 years ago

Puv1s commented 7 years ago

Tried using the script for one apk someone edited for possible threads, i run the script with desktop as location for file output.... IT WIPED THE WHOLE DESKTOP, including all files i had there, school projects, everything.... I'm really thankful for loosing all my files...

Puv1s commented 7 years ago

the code uses shutil.rmtree which deletes an entire directory # Remove all the stuff we have created. if args.cleanup and os.path.exists(output): shutil.rmtree(output) so if the files i'm using are in folder with other files, they get deleted too, at least put some warning that people should do it in subfolder...