os x 10.12上idea授权服务器无法启动问题解决
在网友帮助下找到问题了,把upx加的壳脱掉,用高点的端口
brew install upx
upx -d IntelliJIDEALicenseServer_darwin_amd64
在网友帮助下找到问题了,把upx加的壳脱掉,用高点的端口
brew install upx
upx -d IntelliJIDEALicenseServer_darwin_amd64
miui8手机使用应用双开功能后
使用adb install xxx安装应用到miui8,会自动生成双开应用
貌似还无法关闭
网上找到一个方法,运行这两句可以不生成双开应用
adb shell setprop debug.adb.default_USER_ALL false
adb shell setprop debug.pm.default_USER_ALL false
测试发现确实可以,但重启后需重新运行
pm list users发现应用双开会新建个用户
使用pm remove-user user id号
删除用户后,成功
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中。