I have a dex file I want to convert to a .jar file; it's 4.5MB, it starts with qh(null), its called classes.dex and I think it's valid.
In my windows machine, when running dex2jar.bat on it I get an error:
java.io.IOException: the src file not a .dex or zip file
What kind of an issue could cause this? How could I validate the .dex file, or parse it properly?