Skip to content

Test more against baksmali #21

@austin-ralls-cs

Description

@austin-ralls-cs

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.

  • Find collection of publicly-licensed Dex files
  • Run disas_to_files.py on them and share results

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"_*

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions