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?
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 namedaux.class. This causes the following error to occur:Is there anything I can do to bypass this?