AlexeySoshin / smali2java

Recreate Java code from Smali
486 stars 84 forks source link

panic: runtime error: index out of range [1] with length 1 #14

Closed hookover closed 4 years ago

hookover commented 4 years ago
☁  smali2java [master] ./smali2java -path_to_smali=/Userssmali/
.field public transient c:Z
panic: runtime error: index out of range [1] with length 1

goroutine 1 [running]:
☁  smali2java [master] ./smali2java -path_to_smali=/Users/smali_classes2/
panic: runtime error: slice bounds out of range [:-1]

smali_src.zip

pkalebu commented 4 years ago

Got the same error. Were you able to fix?

hookover commented 4 years ago

Got the same error. Were you able to fix?

I can't. I think this tool needs to be further improved.