We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tested this against a relatively small corpus of dex files that I have lying around. It needs to be tested against way more.
Locally I've been using
#!/bin/sh fn=$1 [ -z $fn ] && exit 1 bn=$(basename -s .dex -s .cdex "$fn") set -e time java -jar baksmali.jar d --parameter-registers false -o "$bn"_baksmali "$fn" time disas_to_files.py -o "$bn"_banjo "$fn" diff -r "$bn"_*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tested this against a relatively small corpus of dex files that I have lying around. It needs to be tested against way more.
Locally I've been using
The text was updated successfully, but these errors were encountered: