Philipp Beer
Philipp Beer
Has there been any progress on a demo for using postMessage in CCTs?
Thank you for the very rapid response! It seems like that's the problem, `androidx.*`is not part of the instrumented app. So I guess if I want to exclude the classes...
That sounds reasonable, thanks! I am, however, running into another problem. Before writing the APK, I execute the following lines to set the desired classes as application classes: ``` Scene.v().getClasses().forEach(sootClass...