Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ReimarPB opened this issue Apr 6, 2021 · 1 comment

Comments

@ReimarPB
Copy link

ReimarPB commented Apr 6, 2021

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?

@sk-zk
Copy link

sk-zk commented May 13, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants