Jrebel 6.5.1版 破解方法
Jrebel从6.5.1版开始封了idea.lanyus.com,目前还可以用idea.qinxi1992.cn激活,现在Jrebel限制切换离线最多只能离线半年。
Jrebel从6.5.1版开始封了idea.lanyus.com,目前还可以用idea.qinxi1992.cn激活,现在Jrebel限制切换离线最多只能离线半年。
手机升级到QQ最新版,发现推出了闪照功能,查看闪照时禁止截图,查了下实际是加了WindowManager.LayoutParams.FLAG_SECURE标志,so,写了个xposed模块干掉他.
Xposed模块地址在这:http://repo.xposed.info/module/com.lanyus.blocksecureflag
源代码在这:https://github.com/ilanyu/BlockSecureFlag
apk文件在https://github.com/ilanyu/BlockSecureFlag/releases或者Xposed的模块地址都能下载到
下载安装后到xposed安装器中启用模块,勾选需要阻止添加WindowManager.LayoutParams.FLAG_SECURE标志的app,这里需要注意下支付宝、网上银行类的app不建议拦截,像支付宝里的付款码,商家拿到后,直接就能扣费,不需要用户这边的确认.
Adguard is a good ad blocker, but it needs $9.95/year or $24.95/lifetime, and you can get a cracked version from internet, but the cracked version is not newest. So, I wrote a xposed module to crack Adguard, it can crack the newest version.
The xposed module' core source is:
Rover12421大牛搞了个Agent激活的方式,在这里https://coding.net/u/rover12421/p/MyBatisPluginCrack
使用时在idea[64].exe.vmoptions里添加-javaagent:插件jar包位置及名字.jar,即可使用
另外分析了下破解版插件造成idea闪退的问题,在com.seventh7.mybatis.service.JavaService中
大概描述下流程,之前分析的时候做的记录被删了:IDEA中输入激活码,点击激活后,会采集一些电脑的信息,比如是不是32位系统,是不是64位系统,是不是mac,是不是windows,是不是linux等信息,然后和输入的激活码一起通过POST的方式用json格式传递给https://www.codesmagic.com/activate(出现的uri一共有5个,分别是/、/activate、/report、/e、/any,没有去分析其他的),返回值为json格式,包含有verified、message、key、result,key和result就是http://blog.lanyus.com/archives/235.html这里的key和result,会写入到mybatis.xml中。