smali icon indicating copy to clipboard operation
smali copied to clipboard

Wiki command line examples outdated

Open mefistotelis opened this issue 2 years ago • 0 comments

The examples come from older versions, and command line doesn't match.

Specifics: from page: https://github.com/JesusFreke/smali/wiki/DeodexInstructions

-> baksmali boot.oat
+> baksmali list dex boot.oat

-baksmali -x -c boot.oat -d /tmp/framework -e /system/framework/framework.jar /tmp/framework/boot.oat -o framework
+baksmali deodex -c boot.oat -d /tmp/framework  -o framework /tmp/framework/boot.oat/system/framework/framework.jar

-> baksmali -x -c boot.oat -d /tmp/framework Calculator.odex -o Calculator
+> baksmali deodex -c boot.oat -d /tmp/framework -o Calculator Calculator.odex

Also, error messages seem intentionally convoluted. As shown by this old issue: https://github.com/JesusFreke/smali/issues/548

incorrect examples + convoluted errors, not the best mix Great tool though.

mefistotelis avatar May 10 '22 10:05 mefistotelis