rachit0011

Results 1 issues of rachit0011

Hi, I'm trying to enumerate loaded classes for the android app using the following simple code, but it terminates the process: Java.perform(function() { Java.enumerateLoadedClasses({ onMatch: function(className) { console.log(className); }, onComplete:...