CodeIt.Right 2022.1.22300 Enterprise漏洞分析
跟GhostDocPro是一个公司的,所以解锁的方法也是类似的,参考:https://www.cnblogs.com/bodong/p/17301854.html
区别只有一点点,dll为SubMain.CodeItRight.Services.clr4.dll,类名为:SubMain.CodeItRight.Services.Service
使用de4dot去混淆之后,编辑目标三个函数:
// Token: 0x0600004F RID: 79 public static bool mkPrev(string s, ref int t, ref int m, ref int n) { t = 10000; m = 5; n = 1024; return true; } // Token: 0x06000050 RID: 80 public static bool mk(string s, ref int t, ref int m, ref int n) { t = 10000; m = 5; n = 1024; return true; } // Token: 0x06000051 RID: 81 public static bool lrk(string s1, string s2) { return true; }
保存,再用GhostDocPro一样的信息解锁即可。
原始安装包:
链接: https://pan.baidu.com/s/1uENKiDErSbK0TX8ZRk-HWg?pwd=59uw 提取码: 59uw