-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
I copied boot-framework.art,boot-framework.oat and boot-framework.vdex from Android 11 device.
But baksmali list no dex in .oat and could not deodex them:
$ baksmali list dex boot-framework.oat
$ baksmali x boot-framework.oat
Exception in thread "main" java.lang.RuntimeException: "boot-framework.oat" has no dex files
at org.jf.baksmali.DexInputCommand.loadDexFile(DexInputCommand.java:167)
at org.jf.baksmali.DisassembleCommand.run(DisassembleCommand.java:162)
at org.jf.baksmali.Main.main(Main.java:102)
What should be done to modify this file?
UPD:
framework.zip
Metadata
Metadata
Assignees
Labels
No labels