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

com.beust.jcommander.MissingCommandException: Expected a command, got protected.apk #38

Open
lizsas opened this issue Sep 14, 2023 · 0 comments

Comments

@lizsas
Copy link

lizsas commented Sep 14, 2023

I am trying to deobfuscate my apk file with dex-oracle but i have this error :

dex-oracle -i com.example.client protected.apk

Exception in thread "main" com.beust.jcommander.MissingCommandException: Expected a command, got protected.apk
at com.beust.jcommander.JCommander.parseValues(JCommander.java:725)
at com.beust.jcommander.JCommander.parse(JCommander.java:304)
at com.beust.jcommander.JCommander.parse(JCommander.java:287)
at org.jf.baksmali.Main.main(Main.java:90)
internal:dir:14:in open': wrong number of arguments (given 2, expected 1) (ArgumentError) from /var/lib/gems/3.0.0/gems/dex-oracle-1.0.5/lib/oracle.rb:63:in entries'
from /var/lib/gems/3.0.0/gems/dex-oracle-1.0.5/lib/oracle.rb:63:in enumerate_files' from /var/lib/gems/3.0.0/gems/dex-oracle-1.0.5/lib/oracle.rb:75:in parse_smali'
from /var/lib/gems/3.0.0/gems/dex-oracle-1.0.5/lib/oracle.rb:9:in initialize' from /var/lib/gems/3.0.0/gems/dex-oracle-1.0.5/bin/dex-oracle:91:in new'
from /var/lib/gems/3.0.0/gems/dex-oracle-1.0.5/bin/dex-oracle:91:in <top (required)>' from /usr/local/bin/dex-oracle:25:in load'
from /usr/local/bin/dex-oracle:25:in `

'

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