- A+
所属分类:WooYun-Zone
瘦蛟舞 (科普是一种公益行为) | 2015-06-24 15:40
https://github.com/MindMac/AndroidEagleEye
功能:
可实现对Android系统API以及应用自身方法的Hook
可根据配置文件定制需要Hook的API和方法
可Hook通过DexClassLoader加载的类方法
针对模拟器逃逸技术采取了相应的对抗方法
$("img").load(function(){ if($(this).attr("width")>640) $(this).attr("width",640); });