推广 热搜: 机械  剪板机刀片  巴氏合金  广告机  ups电源  岗亭  食品机械  大米  塑料机械  88888 

安卓加密锁|加密狗破解的过程

 
单价: 面议
起订:
供货总量:
发货期限: 自买家付款之日起 3 天内发货
所在地: 广东 广州
有效期至: 长期有效
最后更新: 2014-11-18 14:41
浏览次数: 118
 
公司基本资料信息
详细说明
 安卓加密锁|加密狗破解的过程

 说到这个加密狗啊,百乐2号R6加密狗破解过程相对比较简单,在程序启动的时候就会检测加密狗,在没有加密狗的情况下会自动退出。遇到这种情况只能下进程推出断点。下断点,反之向上跟踪。找到读取加密狗的地址。然后对其算法进行分析,这样就可以破解掉百乐2号R6加密狗了。
以下为读狗的关键代码
00449340  /$  55            push    ebp   //进入读狗函数部分
00449341  |.  8BEC          mov     ebp, esp
00449343  |.  53            push    ebx
00449344  |.  56            push    esi
00449345  |.  8BD8          mov     ebx, eax
00449347  |.  8B75 08       mov     esi, dword ptr [ebp+8]
0044934A  |.  83C6 FC       add     esi, -4
0044934D  |.  80FB 01       cmp     bl, 1
00449350  |.  F5            cmc
00449351  |.  1BC0          sbb     eax, eax
00449353  |.  50            push    eax
00449354  |.  8B06          mov     eax, dword ptr [esi]
00449356  |.  0FB640 34     movzx   eax, byte ptr [eax+34]
0044935A  |.  8B0485 349D45>mov     eax, dword ptr [eax*4+459D34]
00449361  |.  50            push    eax
00449362  |.  8B06          mov     eax, dword ptr [esi]
00449364  |.  0FB640 18     movzx   eax, byte ptr [eax+18]
00449368  |.  8D0480        lea     eax, dword ptr [eax+eax*4]
0044936B  |.  8B0485 0C9D45>mov     eax, dword ptr [eax*4+459D0C]
00449372  |.  50            push    eax
00449373  |.  8B06          mov     eax, dword ptr [esi]
00449375  |.  8B40 04       mov     eax, dword ptr [eax+4]
00449378  |.  E8 9BF4FEFF   call    00438818
0044937D  |.  50            push    eax
0044937E  |.  E8 4DA2FDFF   call    004235D0
00449383  |.  8B06          mov     eax, dword ptr [esi]
00449385  |.  8378 24 00    cmp     dword ptr [eax+24], 0
00449389  |.  7E 29         jle     short 004493B4
0044938B  |.  6A 00         push    0
0044938D  |.  8B06          mov     eax, dword ptr [esi]
0044938F  |.  8B40 24       mov     eax, dword ptr [eax+24]
00449392  |.  50            push    eax
00449393  |.  8B06          mov     eax, dword ptr [esi]
00449395  |.  0FB640 18     movzx   eax, byte ptr [eax+18]
00449399  |.  8D0480        lea     eax, dword ptr [eax+eax*4]
0044939C  |.  8B0485 109D45>mov     eax, dword ptr [eax*4+459D10]
004493A3  |.  50            push    eax
004493A4  |.  8B06          mov     eax, dword ptr [esi]
004493A6  |.  8B40 04       mov     eax, dword ptr [eax+4]
004493A9  |.  E8 6AF4FEFF   call    00438818
004493AE  |.  50            push    eax
004493AF  |.  E8 1CA2FDFF   call    004235D0
004493B4  |>  8B06          mov     eax, dword ptr [esi]
004493B6  |.  8378 38 00    cmp     dword ptr [eax+38], 0
004493BA  |.  7E 29         jle     short 004493E5
004493BC  |.  6A 00         push    0
004493BE  |.  8B06          mov     eax, dword ptr [esi]
004493C0  |.  8B40 38       mov     eax, dword ptr [eax+38]
004493C3  |.  50            push    eax
004493C4  |.  8B06          mov     eax, dword ptr [esi]
004493C6  |.  0FB640 18     movzx   eax, byte ptr [eax+18]
004493CA  |.  8D0480        lea     eax, dword ptr [eax+eax*4]
004493CD  |.  8B0485 149D45>mov     eax, dword ptr [eax*4+459D14]
004493D4  |.  50            push    eax
004493D5  |.  8B06          mov     eax, dword ptr [esi]
004493D7  |.  8B40 04       mov     eax, dword ptr [eax+4]
004493DA  |.  E8 39F4FEFF   call    00438818
004493DF  |.  50            push    eax
004493E0  |.  E8 EBA1FDFF   call    004235D0
004493E5  |>  8B06          mov     eax, dword ptr [esi]
004493E7  |.  8378 30 00    cmp     dword ptr [eax+30], 0
004493EB  |.  7E 29         jle     short 00449416
004493ED  |.  6A 00         push    0
004493EF  |.  8B06          mov     eax, dword ptr [esi]
004493F1  |.  8B40 30       mov     eax, dword ptr [eax+30]
004493F4  |.  50            push    eax
004493F5  |.  8B06          mov     eax, dword ptr [esi]
004493F7  |.  0FB640 18     movzx   eax, byte ptr [eax+18]
004493FB  |.  8D0480        lea     eax, dword ptr [eax+eax*4]
004493FE  |.  8B0485 189D45>mov     eax, dword ptr [eax*4+459D18]
00449405  |.  50            push    eax
00449406  |.  8B06          mov     eax, dword ptr [esi]
00449408  |.  8B40 04       mov     eax, dword ptr [eax+4]
0044940B  |.  E8 08F4FEFF   call    00438818
00449410  |.  50            push    eax
00449411  |.  E8 BAA1FDFF   call    004235D0
00449416  |>  6A 00         push    0
00449418  |.  8B06          mov     eax, dword ptr [esi]
0044941A  |.  8B40 28       mov     eax, dword ptr [eax+28]
0044941D  |.  E8 8228FDFF   call    0041BCA4
00449422  |.  50            push    eax
00449423  |.  8B06          mov     eax, dword ptr [esi]
00449425  |.  0FB640 18     movzx   eax, byte ptr [eax+18]
 
 广州智渊信息科技有限公司(原广州亚斯电子有限公司)是国内专业的信息数据安全产品提供商。从2004年开始,我们专注于信息安全与软件防盗版专业服务,旨在为客户提供安全、规范、灵活的解决方案,主要销售产品有,SafeNet加密狗,超级狗,Etoken电子身份认证等,提升信息系统和数字版权的安全性,为客户带来可持续的增值。
 
 广州智渊将秉承“真诚信赖,共同成长”的企业精神,坚持“科技创新,人才为本”的发展理念,成为用户可持续信赖的信息安全合作伙伴。
http://www.jiamisuo.com.cn/index.php?m=content&c=index&a=show&catid=116&id=923

友情链接:  

http://www.fxg188.com/

http://www.w7d.cn/index.php

http://www.leng-ku.net/  

http://www.lirenshige.net/

http://www.lirenshige.org/

http://www.ds-retop.cn/

http:/www.wangyingshi.com

http://pen-sha.cn 
http://qlibank.com 
http://cfqili.com 
http://go-li.com 
http://szsmeno.com 
http://fxg188.com 
http://zhenhe56.cn 
http://qbmb.com.cn 
http://94b.com.cn 
http://gaoyuanplastic.com 

http://user.qzone.qq.com/3056993726/main 

http://user.qzone.qq.com/2779516995/main 

http://user.qzone.qq.com/1795898038/main 

http://user.qzone.qq.com/3074612585/main 

http://user.qzone.qq.com/3087172419/main 

http://user.qzone.qq.com/2779516995/main 

http://user.qzone.qq.com/1816712778/main 

http://user.qzone.qq.com/3076538022/main 

http://user.qzone.qq.com/3077569119/main 

http://user.qzone.qq.com/2843461660/main 

http://user.qzone.qq.com/2045408668/main 

http://user.qzone.qq.com/2607288384/main 

http://user.qzone.qq.com/2256630272/main 

http://www.w7d.cn/newsshow.php?cid=33&id=337http://www.w7d.cn/news.php?cid=33

http://www.w7d.cn/news.php?cid=34

http://www.leng-ku.net/

http://www.leng-ku.net/lengkuanli/

http://www.leng-ku.net/lengkushebei/

http://www.leng-ku.net/lengkuzaojia/

http://www.leng-ku.net/lianxiwomen/

http://www.leng-ku.net/xinwendongtai/

http://www.leng-ku.net/xinwendongtai/lengkudongtai/

http://www.leng-ku.net/xinwendongtai/lengkuxinwen/

http://user.qzone.qq.com/2747118520/main 

http://user.qzone.qq.com/2083281386/main 

http://user.qzone.qq.com/2789375401/main 

http://user.qzone.qq.com/1323427445/main 

http://user.qzone.qq.com/2628710852/main 

http://user.qzone.qq.com/1458245435/main 

http://user.qzone.qq.com/2411364547/main 

http://user.qzone.qq.com/2956232938/main 

http://user.qzone.qq.com/1346009731/main 

http://www.daiyun80o.com 

 

  
反对 0举报 0 收藏 0 评论 0
更多>本企业其它产品
java加密|HASP SRM 主锁和开发商加密锁的用途 java加密|带时钟芯片的软件加密锁方案 java加密|超级型加密锁不能破解硬件加密锁 java加密|最小的的硬件加密锁 java加密|带时钟芯片的网络加密锁 java加密,圣天诺 硬件微型加密锁MaxMcro java加密,圣天诺 HASP HL 硬件加密锁 java加密,圣天诺系列更安全优惠加密狗
网站首页  |  关于我们  |  隐私条款  |  服务协议  |  网站地图  |  排名推广  |  广告服务  |  网站留言  |  RSS订阅  |  违规举报  |  鲁B2-20080013-9 |  鲁公网安备37070502000002号
Processed in 0.033 second(s), 12 queries, Memory 1.71 M