qtfreet00

Results 4 issues of qtfreet00

像dex apk这种主要还是针对于编译后的加固,如果是开发过程中的针对组件形式的保护可能我觉得碰到的场景会更多一点

``` button.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { xxxxxxxxxxxxxxx } }); ``` 将如上代码如果写在方法里,如onCreate,转换后其实未实现onClick

now the jnipp code will cast array to object and call deleteglobalref or localref to free array google suggest:https://developer.android.com/training/articles/perf-jni#primitive-arrays