Is it possible to dump dynamically loaded classes with this tool? I tested this by dumping memory from an app that dynamically loads a class but it did not work. The way I tested it was by using a static string from the loaded class and searching for the string in the dumped classes.dex using grep. The string was not found.
Is it possible to dump dynamically loaded classes with this tool? I tested this by dumping memory from an app that dynamically loads a class but it did not work. The way I tested it was by using a static string from the loaded class and searching for the string in the dumped classes.dex using grep. The string was not found.
Any help, please?