JesusFreke / smali

smali/baksmali
6.31k stars 1.07k forks source link

Exception in thread "main" org.jf.dexlib2.DexFileFactory$UnsupportedOatVersionException: Unsupported oat version: 45 #435

Closed oneal23 closed 8 years ago

oneal23 commented 8 years ago

java -jar baksmali-2.1.3.jar -a 23 -x MiuiCamera.odex -o out -d ./framework Exception in thread "main" org.jf.dexlib2.DexFileFactory$UnsupportedOatVersionException: Unsupported oat version: 45 at org.jf.dexlib2.DexFileFactory.loadDexFile(DexFileFactory.java:147) at org.jf.dexlib2.DexFileFactory.loadDexFile(DexFileFactory.java:78) at org.jf.baksmali.main.main(main.java:292)

JesusFreke commented 8 years ago

See #269 and #392

ghost commented 5 years ago

I got the same problem

oneal23 commented 5 years ago

@241d2 See #392