Histausse
Histausse
Hello, I run into a problem while trying to instrument methods that take an array of array of byte as argument. For exemple: ```java package com.example.testclassloader; public class TestA {...
This should fix #1148 I choose to filter and sort the output of APK.get_dex_names() to match [AOSP source code](https://cs.android.com/android/platform/superproject/main/+/main:art/libdexfile/dex/dex_file_loader.cc;l=145;drc=0ed0b7d7b2b71bf94d6dc02b59695a2dcaeb7181), and ignore classes already present in Analyze in Analyze.add(). This may...
Applications can contains several classes with the same name but different implementation (in different dex files). In those cases, Android select the implementation in the first dexfile in the order...