xychix / smali

Automatically exported from code.google.com/p/smali
0 stars 0 forks source link

handle for non-ASCII file/class names #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What seems to be the problem?
some obfuscated APKs are using non-ASCII symbols in smali names. Good example 
is PowerAMP's apk.

What version of smali/baksmali are you using? What rom are you working
from?
baksmali/smali 1.2.6

Please provide any additional information below: error messages, symptoms,
etc.

would be good if baksmali will convert non-ASCII file/class names to HEX 
equivalent strings.

Original issue reported on code.google.com by pour.gar...@gmail.com on 15 Aug 2011 at 9:32

GoogleCodeExporter commented 9 years ago
While a PITA to handle from command line, they are valid class names, not 
really defect

Original comment by jc...@cunninglogic.com on 7 Sep 2013 at 7:36

GoogleCodeExporter commented 9 years ago
I think this would best be handled as a post-processing step, in <scripting 
language of choice>

Original comment by jesusfreke@jesusfreke.com on 14 Sep 2013 at 9:05