Skip to content

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

@ReimarPB

Description

@ReimarPB

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions