Open GoogleCodeExporter opened 9 years ago
Thanks for the report! I think this basically prevents baksmali from working at
all on windows 8.1.
Windows 8.1 has some behavior changes related to creating a file with a
reserved filename. In previous versions of windows, attempting to create a file
like "con" or even "con.smali" would fail. In windows 8.1, trying to create
such a file succeeds, although it doesn't actually create the file. Instead, it
opens the existing con device.
Original comment by jesusfreke@jesusfreke.com
on 1 Mar 2015 at 9:37
This should be fixed by ea4074fdccb2. hecristi - Can you grab and build the
source, and see if it fixes the problem? (see:
https://code.google.com/p/smali/wiki/BuildProcedure)
Original comment by jesusfreke@jesusfreke.com
on 2 Mar 2015 at 6:56
I tried building the source according to the instructions, but it failed for
some reason. Here is the output, in case you're interested:
http://pastebin.com/zs6vpimr
It created the baksmali jar anyway, though, and with my tests it seems to work
just fine, so I'd say the initial problem is fixed.
Original comment by hecri...@gmail.com
on 2 Mar 2015 at 5:51
Great, thanks! I'll probably fix that one build failure (which happens if you
don't have the "dx" tool on-path), and make a new release, since this is a
fairly high-severity issue with no workaround.
Original comment by jesusfreke@jesusfreke.com
on 2 Mar 2015 at 7:14
Original issue reported on code.google.com by
hecri...@gmail.com
on 1 Mar 2015 at 7:55