pbtk
pbtk copied to clipboard
Can't decompile APK when one of the .class files are named "aux" on Windows
Windows does not allow any files to be called aux
. This is a problem when the disassembled version of the APK I'm trying to use has a file named aux.class
. This causes the following error to occur:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\...\\AppData\\Temp\\tmp...\\aux.class
Is there anything I can do to bypass this?
Same problem here but with a class named prn.class
. Guess I'm just going to boot into Linux for this