Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki command line examples outdated #848

Open
mefistotelis opened this issue May 10, 2022 · 0 comments
Open

Wiki command line examples outdated #848

mefistotelis opened this issue May 10, 2022 · 0 comments

Comments

@mefistotelis
Copy link

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:
#548

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant