You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and prints all strings, types, classes, methods and fields within the app twice (once visible as added and once as removed), resulting in large, unreadable text outputs.
collapsed
expanded
running diffuse diff --help reveals additonal parameters --old-mapping and --new-mapping, but they don't change the output.
Looking at the source code, the DexDiff doesn't take mapping parameters into account. And actually none of existing Diff types leverage the ApiMapping class.
When running:
the diff shows output with invalid
+-
statsand prints all strings, types, classes, methods and fields within the app twice (once visible as added and once as removed), resulting in large, unreadable text outputs.
running
diffuse diff --help
reveals additonal parameters--old-mapping
and--new-mapping
, but they don't change the output.Looking at the source code, the DexDiff doesn't take mapping parameters into account. And actually none of existing Diff types leverage the
ApiMapping
class.Expected behavior:
diffuse diff old_obfuscated.apk new_obfuscated.apk --old-mapping old_mapping.txt --new-mapping new_mapping.txt
shows actuall diffThe text was updated successfully, but these errors were encountered: