News

On a rooted nexus5x with android 6.0 I'm hooking the java.lang.reflect.Method invoke method. When the invoke is of a java.lang.Runtime.exec I am unable to log the value of the String array parameter.
I came across to the many questions asking about to store some kind data in shared-preferences such as string[] array. many of these questions are answered with "use a database". but here i will show ...
When configuring a java debugger target, in launch.json, it seems that vmArgs does not accept an array of strings. Note that I've configured vmArgs in the linux section as well. Environment Operati ...