pbtk icon indicating copy to clipboard operation
pbtk copied to clipboard

Can't decompile APK when one of the .class files are named "aux" on Windows

Open ReimarPB opened this issue 3 years ago • 1 comments

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?

ReimarPB avatar Apr 06 '21 16:04 ReimarPB

Same problem here but with a class named prn.class. Guess I'm just going to boot into Linux for this

sk-zk avatar May 13 '21 22:05 sk-zk