首页
社区
课程
招聘
[旧帖] [讨论]下面DLL的加密狗是哪种狗 0.00雪花
发表于: 2010-3-4 22:46 1498

[旧帖] [讨论]下面DLL的加密狗是哪种狗 0.00雪花

2010-3-4 22:46
1498
Dam3link.dll DAM3App.dll DAM3AppI.dll
有知道这种产生这种DLL的狗的吗?

[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 414
活跃值: (531)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
2
北京产的,上网直接搜索就能查到。鸡肋的东西/!
2010-3-7 11:25
0
雪    币: 12
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
我看了下DLL,验狗的地方还是蛮复杂的,看到那验狗的地方,都不知道打哪下手了
10005A50  |.  68 80B50110   push    1001B580                         ; /成功
10005A55  |.  50            push    eax                              ; |String1
10005A56  |.  FFD7          call    edi                              ; \lstrcpyA
10005A58  |.  8D8E EC130000 lea     ecx, dword ptr [esi+13EC]
10005A5E      68 74B50110   push    1001B574                         ;  初始化失败
10005A63  |.  51            push    ecx                              ; |String1
10005A64  |.  FFD7          call    edi                              ; \lstrcpyA
10005A66  |.  8D96 EC1E0000 lea     edx, dword ptr [esi+1EEC]
10005A6C      68 64B50110   push    1001B564                         ;  初始化设备失败
10005A71  |.  52            push    edx                              ; |String1
10005A72  |.  FFD7          call    edi                              ; \lstrcpyA
10005A74  |.  8D86 2C1F0000 lea     eax, dword ptr [esi+1F2C]
10005A7A      68 54B50110   push    1001B554                         ;  初始化通讯失败
10005A7F  |.  50            push    eax                              ; |String1
10005A80  |.  FFD7          call    edi                              ; \lstrcpyA
10005A82  |.  8D8E 6C250000 lea     ecx, dword ptr [esi+256C]
10005A88      68 44B50110   push    1001B544                         ;  枚举设备失败
10005A8D  |.  51            push    ecx                              ; |String1
10005A8E  |.  FFD7          call    edi                              ; \lstrcpyA
10005A90  |.  8D96 EC0F0000 lea     edx, dword ptr [esi+FEC]
10005A96  |.  68 30B50110   push    1001B530                         ; /加载hid dll失败
10005A9B  |.  52            push    edx                              ; |String1
10005A9C  |.  FFD7          call    edi                              ; \lstrcpyA
10005A9E  |.  8D86 2C100000 lea     eax, dword ptr [esi+102C]
10005AA4  |.  68 18B50110   push    1001B518                         ; /加载setupapi dll失败
10005AA9  |.  50            push    eax                              ; |String1
10005AAA  |.  FFD7          call    edi                              ; \lstrcpyA
10005AAC  |.  8D8E 6C100000 lea     ecx, dword ptr [esi+106C]
10005AB2  |.  68 00B50110   push    1001B500                         ; /初始化hid 函数库失败
10005AB7  |.  51            push    ecx                              ; |String1
10005AB8  |.  FFD7          call    edi                              ; \lstrcpyA
10005ABA  |.  8D96 AC100000 lea     edx, dword ptr [esi+10AC]
10005AC0  |.  68 E4B40110   push    1001B4E4                         ; /初始化setupapi 函数库失败
10005AC5  |.  52            push    edx                              ; |String1
10005AC6  |.  FFD7          call    edi                              ; \lstrcpyA
10005AC8  |.  8D86 EC100000 lea     eax, dword ptr [esi+10EC]
10005ACE  |.  68 D0B40110   push    1001B4D0                         ; /对无效的设备操作
10005AD3  |.  50            push    eax                              ; |String1
10005AD4  |.  FFD7          call    edi                              ; \lstrcpyA
10005AD6  |.  8D8E 2C110000 lea     ecx, dword ptr [esi+112C]
10005ADC  |.  68 C0B40110   push    1001B4C0                         ; /该设备未连接
10005AE1  |.  51            push    ecx                              ; |String1
10005AE2  |.  FFD7          call    edi                              ; \lstrcpyA
10005AE4  |.  8D96 6C110000 lea     edx, dword ptr [esi+116C]
10005AEA  |.  68 ACB40110   push    1001B4AC                         ; /创建设备句柄失败
10005AEF  |.  52            push    edx                              ; |String1
10005AF0  |.  FFD7          call    edi                              ; \lstrcpyA
10005AF2  |.  8D86 AC110000 lea     eax, dword ptr [esi+11AC]
10005AF8  |.  68 9CB40110   push    1001B49C                         ; /该设备尚未打开
10005AFD  |.  50            push    eax                              ; |String1
10005AFE  |.  FFD7          call    edi                              ; \lstrcpyA
10005B00  |.  8D8E EC110000 lea     ecx, dword ptr [esi+11EC]
10005B06  |.  68 D0B40110   push    1001B4D0                         ; /对无效的设备操作
10005B0B  |.  51            push    ecx                              ; |String1
10005B0C  |.  FFD7          call    edi                              ; \lstrcpyA
10005B0E  |.  8D96 2C120000 lea     edx, dword ptr [esi+122C]
10005B14  |.  68 9CB40110   push    1001B49C                         ; /该设备尚未打开
10005B19  |.  52            push    edx                              ; |String1
10005B1A  |.  FFD7          call    edi                              ; \lstrcpyA
10005B1C  |.  8D86 6C120000 lea     eax, dword ptr [esi+126C]
10005B22  |.  68 88B40110   push    1001B488                         ; /设备通讯失败(读取)
10005B27  |.  50            push    eax                              ; |String1
10005B28  |.  FFD7          call    edi                              ; \lstrcpyA
10005B2A  |.  8D8E AC120000 lea     ecx, dword ptr [esi+12AC]
10005B30  |.  68 D0B40110   push    1001B4D0                         ; /对无效的设备操作
10005B35  |.  51            push    ecx                              ; |String1
10005B36  |.  FFD7          call    edi                              ; \lstrcpyA
10005B38  |.  8D96 EC120000 lea     edx, dword ptr [esi+12EC]
10005B3E  |.  68 9CB40110   push    1001B49C                         ; /该设备尚未打开
10005B43  |.  52            push    edx                              ; |String1
10005B44  |.  FFD7          call    edi                              ; \lstrcpyA
10005B46  |.  8D86 2C130000 lea     eax, dword ptr [esi+132C]
10005B4C  |.  68 74B40110   push    1001B474                         ; /设备通讯失败(发送)
10005B51  |.  50            push    eax                              ; |String1
10005B52  |.  FFD7          call    edi                              ; \lstrcpyA
10005B54  |.  68 74B40110   push    1001B474                         ; /设备通讯失败(发送)
10005B59  |.  8D8E 6C130000 lea     ecx, dword ptr [esi+136C]        ; |
10005B5F  |.  51            push    ecx                              ; |String1
10005B60  |.  FFD7          call    edi                              ; \lstrcpyA
10005B62  |.  8D96 AC130000 lea     edx, dword ptr [esi+13AC]
10005B68  |.  68 88B40110   push    1001B488                         ; /设备通讯失败(读取)
10005B6D  |.  52            push    edx                              ; |String1
10005B6E  |.  FFD7          call    edi                              ; \lstrcpyA
10005B70  |.  8D86 2C140000 lea     eax, dword ptr [esi+142C]
10005B76  |.  68 50B40110   push    1001B450                         ; /在调用findnext前请先调用findfirst
10005B7B  |.  50            push    eax                              ; |String1
10005B7C  |.  FFD7          call    edi                              ; \lstrcpyA
10005B7E  |.  8D8E 2C250000 lea     ecx, dword ptr [esi+252C]
10005B84  |.  68 D0B40110   push    1001B4D0                         ; /对无效的设备操作
10005B89  |.  51            push    ecx                              ; |String1
10005B8A  |.  FFD7          call    edi                              ; \lstrcpyA
10005B8C  |.  8D96 6C140000 lea     edx, dword ptr [esi+146C]
10005B92  |.  68 44B40110   push    1001B444                         ; /未找到设备
10005B97  |.  52            push    edx                              ; |String1
10005B98  |.  FFD7          call    edi                              ; \lstrcpyA
10005B9A  |.  8D86 AC140000 lea     eax, dword ptr [esi+14AC]
10005BA0  |.  68 44B40110   push    1001B444                         ; /未找到设备
10005BA5  |.  50            push    eax                              ; |String1
10005BA6  |.  FFD7          call    edi                              ; \lstrcpyA
10005BA8  |.  8D8E EC140000 lea     ecx, dword ptr [esi+14EC]
10005BAE  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005BB3  |.  51            push    ecx                              ; |String1
10005BB4  |.  FFD7          call    edi                              ; \lstrcpyA
10005BB6  |.  8D96 2C150000 lea     edx, dword ptr [esi+152C]
10005BBC  |.  68 74B50110   push    1001B574                         ; /初始化失败
10005BC1  |.  52            push    edx                              ; |String1
10005BC2  |.  FFD7          call    edi                              ; \lstrcpyA
10005BC4  |.  8D86 6C150000 lea     eax, dword ptr [esi+156C]
10005BCA  |.  68 24B40110   push    1001B424                         ; /初始化时钟失败
10005BCF  |.  50            push    eax                              ; |String1
10005BD0  |.  FFD7          call    edi                              ; \lstrcpyA
10005BD2  |.  8D8E AC150000 lea     ecx, dword ptr [esi+15AC]
10005BD8  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005BDD  |.  51            push    ecx                              ; |String1
10005BDE  |.  FFD7          call    edi                              ; \lstrcpyA
10005BE0  |.  8D96 EC150000 lea     edx, dword ptr [esi+15EC]
10005BE6  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005BEB  |.  52            push    edx                              ; |String1
10005BEC  |.  FFD7          call    edi                              ; \lstrcpyA
10005BEE  |.  8D86 2C160000 lea     eax, dword ptr [esi+162C]
10005BF4  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005BF9  |.  50            push    eax                              ; |String1
10005BFA  |.  FFD7          call    edi                              ; \lstrcpyA
10005BFC  |.  8D8E 6C160000 lea     ecx, dword ptr [esi+166C]
10005C02  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005C07  |.  51            push    ecx                              ; |String1
10005C08  |.  FFD7          call    edi                              ; \lstrcpyA
10005C0A  |.  8D96 AC160000 lea     edx, dword ptr [esi+16AC]
10005C10  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005C15  |.  52            push    edx                              ; |String1
10005C16  |.  FFD7          call    edi                              ; \lstrcpyA
10005C18  |.  8D86 EC160000 lea     eax, dword ptr [esi+16EC]
10005C1E  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005C23  |.  50            push    eax                              ; |String1
10005C24  |.  FFD7          call    edi                              ; \lstrcpyA
10005C26  |.  8D8E 2C170000 lea     ecx, dword ptr [esi+172C]
10005C2C  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005C31  |.  51            push    ecx                              ; |String1
10005C32  |.  FFD7          call    edi                              ; \lstrcpyA
10005C34  |.  8D96 6C170000 lea     edx, dword ptr [esi+176C]
10005C3A  |.  68 08B40110   push    1001B408                         ; /返回长度不正确
10005C3F  |.  52            push    edx                              ; |String1
10005C40  |.  FFD7          call    edi                              ; \lstrcpyA
10005C42  |.  8D86 AC170000 lea     eax, dword ptr [esi+17AC]
10005C48  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005C4D  |.  50            push    eax                              ; |String1
10005C4E  |.  FFD7          call    edi                              ; \lstrcpyA
10005C50  |.  8D8E EC170000 lea     ecx, dword ptr [esi+17EC]
10005C56  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005C5B  |.  51            push    ecx                              ; |String1
10005C5C  |.  FFD7          call    edi                              ; \lstrcpyA
10005C5E  |.  8D96 2C180000 lea     edx, dword ptr [esi+182C]
10005C64  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005C69  |.  52            push    edx                              ; |String1
10005C6A  |.  FFD7          call    edi                              ; \lstrcpyA
10005C6C  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005C71  |.  8D86 6C180000 lea     eax, dword ptr [esi+186C]        ; |
10005C77  |.  50            push    eax                              ; |String1
10005C78  |.  FFD7          call    edi                              ; \lstrcpyA
10005C7A  |.  8D8E AC180000 lea     ecx, dword ptr [esi+18AC]
10005C80  |.  68 08B40110   push    1001B408                         ; /返回长度不正确
10005C85  |.  51            push    ecx                              ; |String1
10005C86  |.  FFD7          call    edi                              ; \lstrcpyA
10005C88  |.  8D96 EC180000 lea     edx, dword ptr [esi+18EC]
10005C8E  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005C93  |.  52            push    edx                              ; |String1
10005C94  |.  FFD7          call    edi                              ; \lstrcpyA
10005C96  |.  8D86 2C190000 lea     eax, dword ptr [esi+192C]
10005C9C  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005CA1  |.  50            push    eax                              ; |String1
10005CA2  |.  FFD7          call    edi                              ; \lstrcpyA
10005CA4  |.  8D8E 6C190000 lea     ecx, dword ptr [esi+196C]
10005CAA  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005CAF  |.  51            push    ecx                              ; |String1
10005CB0  |.  FFD7          call    edi                              ; \lstrcpyA
10005CB2  |.  8D96 AC190000 lea     edx, dword ptr [esi+19AC]
10005CB8  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005CBD  |.  52            push    edx                              ; |String1
10005CBE  |.  FFD7          call    edi                              ; \lstrcpyA
10005CC0  |.  8D86 EC190000 lea     eax, dword ptr [esi+19EC]
10005CC6  |.  68 08B40110   push    1001B408                         ; /返回长度不正确
10005CCB  |.  50            push    eax                              ; |String1
10005CCC  |.  FFD7          call    edi                              ; \lstrcpyA
10005CCE  |.  8D8E 2C1A0000 lea     ecx, dword ptr [esi+1A2C]
10005CD4  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005CD9  |.  51            push    ecx                              ; |String1
10005CDA  |.  FFD7          call    edi                              ; \lstrcpyA
10005CDC  |.  8D96 6C1A0000 lea     edx, dword ptr [esi+1A6C]
10005CE2  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005CE7  |.  52            push    edx                              ; |String1
10005CE8  |.  FFD7          call    edi                              ; \lstrcpyA
10005CEA  |.  8D86 AC1A0000 lea     eax, dword ptr [esi+1AAC]
10005CF0  |.  68 08B40110   push    1001B408                         ; /返回长度不正确
10005CF5  |.  50            push    eax                              ; |String1
10005CF6  |.  FFD7          call    edi                              ; \lstrcpyA
10005CF8  |.  8D8E EC1A0000 lea     ecx, dword ptr [esi+1AEC]
10005CFE  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005D03  |.  51            push    ecx                              ; |String1
10005D04  |.  FFD7          call    edi                              ; \lstrcpyA
10005D06  |.  8D96 2C1B0000 lea     edx, dword ptr [esi+1B2C]
10005D0C  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D11  |.  52            push    edx                              ; |String1
10005D12  |.  FFD7          call    edi                              ; \lstrcpyA
10005D14  |.  8D86 6C1B0000 lea     eax, dword ptr [esi+1B6C]
10005D1A  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D1F  |.  50            push    eax                              ; |String1
10005D20  |.  FFD7          call    edi                              ; \lstrcpyA
10005D22  |.  8D8E AC1B0000 lea     ecx, dword ptr [esi+1BAC]
10005D28  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005D2D  |.  51            push    ecx                              ; |String1
10005D2E  |.  FFD7          call    edi                              ; \lstrcpyA
10005D30  |.  8D96 EC1B0000 lea     edx, dword ptr [esi+1BEC]
10005D36  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D3B  |.  52            push    edx                              ; |String1
10005D3C  |.  FFD7          call    edi                              ; \lstrcpyA
10005D3E  |.  8D86 2C1C0000 lea     eax, dword ptr [esi+1C2C]
10005D44  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D49  |.  50            push    eax                              ; |String1
10005D4A  |.  FFD7          call    edi                              ; \lstrcpyA
10005D4C  |.  8D8E 6C1C0000 lea     ecx, dword ptr [esi+1C6C]
10005D52  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D57  |.  51            push    ecx                              ; |String1
10005D58  |.  FFD7          call    edi                              ; \lstrcpyA
10005D5A  |.  8D96 AC1C0000 lea     edx, dword ptr [esi+1CAC]
10005D60  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D65  |.  52            push    edx                              ; |String1
10005D66  |.  FFD7          call    edi                              ; \lstrcpyA
10005D68  |.  8D86 EC1C0000 lea     eax, dword ptr [esi+1CEC]
10005D6E  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D73  |.  50            push    eax                              ; |String1
10005D74  |.  FFD7          call    edi                              ; \lstrcpyA
10005D76  |.  8D8E 2C1D0000 lea     ecx, dword ptr [esi+1D2C]
10005D7C  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D81  |.  51            push    ecx                              ; |String1
10005D82  |.  FFD7          call    edi                              ; \lstrcpyA
10005D84  |.  8D96 6C1D0000 lea     edx, dword ptr [esi+1D6C]
10005D8A  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D8F  |.  52            push    edx                              ; |String1
10005D90  |.  FFD7          call    edi                              ; \lstrcpyA
10005D92  |.  8D86 AC1D0000 lea     eax, dword ptr [esi+1DAC]
10005D98  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005D9D  |.  50            push    eax                              ; |String1
10005D9E  |.  FFD7          call    edi                              ; \lstrcpyA
10005DA0  |.  8D8E EC1D0000 lea     ecx, dword ptr [esi+1DEC]
10005DA6  |.  68 F4B30110   push    1001B3F4                         ; /无法得到生产序列号
10005DAB  |.  51            push    ecx                              ; |String1
10005DAC  |.  FFD7          call    edi                              ; \lstrcpyA
10005DAE  |.  8D96 2C1E0000 lea     edx, dword ptr [esi+1E2C]
10005DB4  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005DB9  |.  52            push    edx                              ; |String1
10005DBA  |.  FFD7          call    edi                              ; \lstrcpyA
10005DBC  |.  8D86 6C1E0000 lea     eax, dword ptr [esi+1E6C]
10005DC2  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005DC7  |.  50            push    eax                              ; |String1
10005DC8  |.  FFD7          call    edi                              ; \lstrcpyA
10005DCA  |.  8D8E AC1E0000 lea     ecx, dword ptr [esi+1EAC]
10005DD0  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005DD5  |.  51            push    ecx                              ; |String1
10005DD6  |.  FFD7          call    edi                              ; \lstrcpyA
10005DD8  |.  8D96 6C1F0000 lea     edx, dword ptr [esi+1F6C]
10005DDE  |.  68 E4B30110   push    1001B3E4                         ; /打开设备失败
10005DE3  |.  52            push    edx                              ; |String1
10005DE4  |.  FFD7          call    edi                              ; \lstrcpyA
10005DE6  |.  8D86 AC1F0000 lea     eax, dword ptr [esi+1FAC]
10005DEC  |.  68 D8B30110   push    1001B3D8                         ; /连接失败
10005DF1  |.  50            push    eax                              ; |String1
10005DF2  |.  FFD7          call    edi                              ; \lstrcpyA
10005DF4  |.  8D8E EC1F0000 lea     ecx, dword ptr [esi+1FEC]
10005DFA  |.  68 C8B30110   push    1001B3C8                         ; /断开连接失败
10005DFF  |.  51            push    ecx                              ; |String1
10005E00  |.  FFD7          call    edi                              ; \lstrcpyA
10005E02  |.  8D96 2C200000 lea     edx, dword ptr [esi+202C]
10005E08  |.  68 B8B30110   push    1001B3B8                         ; /关闭设备失败
10005E0D  |.  52            push    edx                              ; |String1
10005E0E  |.  FFD7          call    edi                              ; \lstrcpyA
10005E10  |.  8D86 6C200000 lea     eax, dword ptr [esi+206C]
10005E16  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005E1B  |.  50            push    eax                              ; |String1
10005E1C  |.  FFD7          call    edi                              ; \lstrcpyA
10005E1E  |.  8D8E AC200000 lea     ecx, dword ptr [esi+20AC]
10005E24  |.  68 A0B30110   push    1001B3A0                         ; /参数不合法(内部错误)
10005E29  |.  51            push    ecx                              ; |String1
10005E2A  |.  FFD7          call    edi                              ; \lstrcpyA
10005E2C  |.  8D96 EC200000 lea     edx, dword ptr [esi+20EC]
10005E32  |.  68 90B30110   push    1001B390                         ; /生成校验码失败
10005E37  |.  52            push    edx                              ; |String1
10005E38  |.  FFD7          call    edi                              ; \lstrcpyA
10005E3A  |.  8D86 2C210000 lea     eax, dword ptr [esi+212C]
10005E40  |.  68 84B30110   push    1001B384                         ; /加密失败
10005E45  |.  50            push    eax                              ; |String1
10005E46  |.  FFD7          call    edi                              ; \lstrcpyA
10005E48  |.  8D8E 6C210000 lea     ecx, dword ptr [esi+216C]
10005E4E  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005E53  |.  51            push    ecx                              ; |String1
10005E54  |.  FFD7          call    edi                              ; \lstrcpyA
10005E56  |.  8D96 AC210000 lea     edx, dword ptr [esi+21AC]
10005E5C  |.  68 A0B30110   push    1001B3A0                         ; /参数不合法(内部错误)
10005E61  |.  52            push    edx                              ; |String1
10005E62  |.  FFD7          call    edi                              ; \lstrcpyA
10005E64  |.  8D86 EC210000 lea     eax, dword ptr [esi+21EC]
10005E6A  |.  68 70B30110   push    1001B370                         ; /通讯失败(内部错误)
10005E6F  |.  50            push    eax                              ; |String1
10005E70  |.  FFD7          call    edi                              ; \lstrcpyA
10005E72  |.  8D8E 2C220000 lea     ecx, dword ptr [esi+222C]
10005E78  |.  68 64B30110   push    1001B364                         ; /解密失败
10005E7D  |.  51            push    ecx                              ; |String1
10005E7E  |.  FFD7          call    edi                              ; \lstrcpyA
10005E80  |.  8D96 6C220000 lea     edx, dword ptr [esi+226C]
10005E86  |.  68 58B30110   push    1001B358                         ; /校验错误
10005E8B  |.  52            push    edx                              ; |String1
10005E8C  |.  FFD7          call    edi                              ; \lstrcpyA
10005E8E  |.  8D86 AC220000 lea     eax, dword ptr [esi+22AC]
10005E94  |.  68 64B30110   push    1001B364                         ; /解密失败
10005E99  |.  50            push    eax                              ; |String1
10005E9A  |.  FFD7          call    edi                              ; \lstrcpyA
10005E9C  |.  8D8E EC220000 lea     ecx, dword ptr [esi+22EC]
10005EA2  |.  68 58B30110   push    1001B358                         ; /校验错误
10005EA7  |.  51            push    ecx                              ; |String1
10005EA8  |.  FFD7          call    edi                              ; \lstrcpyA
10005EAA  |.  8D96 2C230000 lea     edx, dword ptr [esi+232C]
10005EB0  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10005EB5  |.  52            push    edx                              ; |String1
10005EB6  |.  FFD7          call    edi                              ; \lstrcpyA
10005EB8  |.  8D86 6C230000 lea     eax, dword ptr [esi+236C]
10005EBE  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005EC3  |.  50            push    eax                              ; |String1
10005EC4  |.  FFD7          call    edi                              ; \lstrcpyA
10005EC6  |.  8D8E AC230000 lea     ecx, dword ptr [esi+23AC]
10005ECC  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005ED1  |.  51            push    ecx                              ; |String1
10005ED2  |.  FFD7          call    edi                              ; \lstrcpyA
10005ED4  |.  8D96 EC230000 lea     edx, dword ptr [esi+23EC]
10005EDA  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005EDF  |.  52            push    edx                              ; |String1
10005EE0  |.  FFD7          call    edi                              ; \lstrcpyA
10005EE2  |.  8D86 2C240000 lea     eax, dword ptr [esi+242C]
10005EE8  |.  68 40B30110   push    1001B340                         ; /加密锁已死
10005EED  |.  50            push    eax                              ; |String1
10005EEE  |.  FFD7          call    edi                              ; \lstrcpyA
10005EF0  |.  8D8E 6C240000 lea     ecx, dword ptr [esi+246C]
10005EF6  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10005EFB  |.  51            push    ecx                              ; |String1
10005EFC  |.  FFD7          call    edi                              ; \lstrcpyA
10005EFE  |.  8D96 AC240000 lea     edx, dword ptr [esi+24AC]
10005F04  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10005F09  |.  52            push    edx                              ; |String1
10005F0A  |.  FFD7          call    edi                              ; \lstrcpyA
10005F0C  |.  8D86 EC240000 lea     eax, dword ptr [esi+24EC]
10005F12  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10005F17  |.  50            push    eax                              ; |String1
10005F18  |.  FFD7          call    edi                              ; \lstrcpyA
10005F1A  |.  8D8E AC250000 lea     ecx, dword ptr [esi+25AC]
10005F20  |.  68 D0B40110   push    1001B4D0                         ; /对无效的设备操作
10005F25  |.  51            push    ecx                              ; |String1
10005F26  |.  FFD7          call    edi                              ; \lstrcpyA
10005F28  |.  8D96 EC250000 lea     edx, dword ptr [esi+25EC]
10005F2E  |.  68 2CB30110   push    1001B32C                         ; /打开设备驱动失败
10005F33  |.  52            push    edx                              ; |String1
10005F34  |.  FFD7          call    edi                              ; \lstrcpyA
10005F36  |.  8D86 2C260000 lea     eax, dword ptr [esi+262C]
10005F3C  |.  68 D0B40110   push    1001B4D0                         ; /对无效的设备操作
10005F41  |.  50            push    eax                              ; |String1
10005F42  |.  FFD7          call    edi                              ; \lstrcpyA
10005F44  |.  8D8E 6C260000 lea     ecx, dword ptr [esi+266C]
10005F4A  |.  68 18B30110   push    1001B318                         ; /关闭设备驱动失败
10005F4F  |.  51            push    ecx                              ; |String1
10005F50  |.  FFD7          call    edi                              ; \lstrcpyA
10005F52  |.  8D96 AC260000 lea     edx, dword ptr [esi+26AC]
10005F58  |.  68 D0B40110   push    1001B4D0                         ; /对无效的设备操作
10005F5D  |.  52            push    edx                              ; |String1
10005F5E  |.  FFD7          call    edi                              ; \lstrcpyA
10005F60  |.  8D86 EC260000 lea     eax, dword ptr [esi+26EC]
10005F66  |.  68 0CB30110   push    1001B30C                         ; /通讯失败
10005F6B  |.  50            push    eax                              ; |String1
10005F6C  |.  FFD7          call    edi                              ; \lstrcpyA
10005F6E  |.  8D8E 2C270000 lea     ecx, dword ptr [esi+272C]
10005F74  |.  68 00B30110   push    1001B300                         ; /设备争用
10005F79  |.  51            push    ecx                              ; |String1
10005F7A  |.  FFD7          call    edi                              ; \lstrcpyA
10005F7C  |.  8D96 6C270000 lea     edx, dword ptr [esi+276C]
10005F82  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005F87  |.  52            push    edx                              ; |String1
10005F88  |.  FFD7          call    edi                              ; \lstrcpyA
10005F8A  |.  8D86 AC270000 lea     eax, dword ptr [esi+27AC]
10005F90  |.  68 90B30110   push    1001B390                         ; /生成校验码失败
10005F95  |.  50            push    eax                              ; |String1
10005F96  |.  FFD7          call    edi                              ; \lstrcpyA
10005F98  |.  8D8E EC270000 lea     ecx, dword ptr [esi+27EC]
10005F9E  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005FA3  |.  51            push    ecx                              ; |String1
10005FA4  |.  FFD7          call    edi                              ; \lstrcpyA
10005FA6  |.  8D96 2C280000 lea     edx, dword ptr [esi+282C]
10005FAC  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10005FB1  |.  52            push    edx                              ; |String1
10005FB2  |.  FFD7          call    edi                              ; \lstrcpyA
10005FB4  |.  8D86 6C280000 lea     eax, dword ptr [esi+286C]
10005FBA  |.  68 58B30110   push    1001B358                         ; /校验错误
10005FBF  |.  50            push    eax                              ; |String1
10005FC0  |.  FFD7          call    edi                              ; \lstrcpyA
10005FC2  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10005FC7  |.  8D8E AC280000 lea     ecx, dword ptr [esi+28AC]        ; |
10005FCD  |.  51            push    ecx                              ; |String1
10005FCE  |.  FFD7          call    edi                              ; \lstrcpyA
10005FD0  |.  8D96 EC280000 lea     edx, dword ptr [esi+28EC]
10005FD6  |.  68 18B40110   push    1001B418                         ; /参数不合法
10005FDB  |.  52            push    edx                              ; |String1
10005FDC  |.  FFD7          call    edi                              ; \lstrcpyA
10005FDE  |.  8D86 2C290000 lea     eax, dword ptr [esi+292C]
10005FE4  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10005FE9  |.  50            push    eax                              ; |String1
10005FEA  |.  FFD7          call    edi                              ; \lstrcpyA
10005FEC  |.  8D8E 6C290000 lea     ecx, dword ptr [esi+296C]
10005FF2  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10005FF7  |.  51            push    ecx                              ; |String1
10005FF8  |.  FFD7          call    edi                              ; \lstrcpyA
10005FFA  |.  8D96 AC290000 lea     edx, dword ptr [esi+29AC]
10006000  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10006005  |.  52            push    edx                              ; |String1
10006006  |.  FFD7          call    edi                              ; \lstrcpyA
10006008  |.  8D86 EC290000 lea     eax, dword ptr [esi+29EC]
1000600E  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10006013  |.  50            push    eax                              ; |String1
10006014  |.  FFD7          call    edi                              ; \lstrcpyA
10006016  |.  8D8E 2C2A0000 lea     ecx, dword ptr [esi+2A2C]
1000601C  |.  68 18B40110   push    1001B418                         ; /参数不合法
10006021  |.  51            push    ecx                              ; |String1
10006022  |.  FFD7          call    edi                              ; \lstrcpyA
10006024  |.  8D96 6C2A0000 lea     edx, dword ptr [esi+2A6C]
1000602A  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
1000602F  |.  52            push    edx                              ; |String1
10006030  |.  FFD7          call    edi                              ; \lstrcpyA
10006032  |.  8D86 AC2A0000 lea     eax, dword ptr [esi+2AAC]
10006038  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
1000603D  |.  50            push    eax                              ; |String1
1000603E  |.  FFD7          call    edi                              ; \lstrcpyA
10006040  |.  8D8E EC2A0000 lea     ecx, dword ptr [esi+2AEC]
10006046  |.  68 18B40110   push    1001B418                         ; /参数不合法
1000604B  |.  51            push    ecx                              ; |String1
1000604C  |.  FFD7          call    edi                              ; \lstrcpyA
1000604E  |.  8D96 2C2B0000 lea     edx, dword ptr [esi+2B2C]
10006054  |.  68 34B40110   push    1001B434                         ; /设备通讯失败
10006059  |.  52            push    edx                              ; |String1
1000605A  |.  FFD7          call    edi                              ; \lstrcpyA
1000605C  |.  8D86 6C2B0000 lea     eax, dword ptr [esi+2B6C]
10006062  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10006067  |.  50            push    eax                              ; |String1
10006068  |.  FFD7          call    edi                              ; \lstrcpyA
1000606A  |.  8D8E AC2B0000 lea     ecx, dword ptr [esi+2BAC]
10006070  |.  68 D0B40110   push    1001B4D0                         ; /对无效的设备操作
10006075  |.  51            push    ecx                              ; |String1
10006076  |.  FFD7          call    edi                              ; \lstrcpyA
10006078  |.  8D96 AC320000 lea     edx, dword ptr [esi+32AC]
1000607E  |.  68 18B40110   push    1001B418                         ; /参数不合法
10006083  |.  52            push    edx                              ; |String1
10006084  |.  FFD7          call    edi                              ; \lstrcpyA
10006086  |.  8D86 EC320000 lea     eax, dword ptr [esi+32EC]
1000608C  |.  68 F4B20110   push    1001B2F4                         ; /系统错误
10006091  |.  50            push    eax                              ; |String1
10006092  |.  FFD7          call    edi                              ; \lstrcpyA
10006094  |.  8D8E 2C330000 lea     ecx, dword ptr [esi+332C]
1000609A  |.  68 18B40110   push    1001B418                         ; /参数不合法
1000609F  |.  51            push    ecx                              ; |String1
100060A0  |.  FFD7          call    edi                              ; \lstrcpyA
100060A2  |.  8D96 6C330000 lea     edx, dword ptr [esi+336C]
100060A8  |.  68 E4B20110   push    1001B2E4                         ; /生成密钥失败
100060AD  |.  52            push    edx                              ; |String1
100060AE  |.  FFD7          call    edi                              ; \lstrcpyA
100060B0  |.  8D86 AC330000 lea     eax, dword ptr [esi+33AC]
100060B6  |.  68 D4B20110   push    1001B2D4                         ; /加密数据失败
100060BB  |.  50            push    eax                              ; |String1
100060BC  |.  FFD7          call    edi                              ; \lstrcpyA
100060BE  |.  8D8E EC330000 lea     ecx, dword ptr [esi+33EC]
100060C4  |.  68 18B40110   push    1001B418                         ; /参数不合法
100060C9  |.  51            push    ecx                              ; |String1
100060CA  |.  FFD7          call    edi                              ; \lstrcpyA
100060CC  |.  8D96 2C340000 lea     edx, dword ptr [esi+342C]
100060D2  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100060D7  |.  52            push    edx                              ; |String1
100060D8  |.  FFD7          call    edi                              ; \lstrcpyA
100060DA  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100060DF  |.  8D86 6C340000 lea     eax, dword ptr [esi+346C]        ; |
100060E5  |.  50            push    eax                              ; |String1
100060E6  |.  FFD7          call    edi                              ; \lstrcpyA
100060E8  |.  8D8E AC340000 lea     ecx, dword ptr [esi+34AC]
100060EE  |.  68 18B40110   push    1001B418                         ; /参数不合法
100060F3  |.  51            push    ecx                              ; |String1
100060F4  |.  FFD7          call    edi                              ; \lstrcpyA
100060F6  |.  8D96 EC340000 lea     edx, dword ptr [esi+34EC]
100060FC  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006101  |.  52            push    edx                              ; |String1
10006102  |.  FFD7          call    edi                              ; \lstrcpyA
10006104  |.  8D86 2C350000 lea     eax, dword ptr [esi+352C]
1000610A  |.  68 E4B20110   push    1001B2E4                         ; /生成密钥失败
1000610F  |.  50            push    eax                              ; |String1
10006110  |.  FFD7          call    edi                              ; \lstrcpyA
10006112  |.  8D8E 6C350000 lea     ecx, dword ptr [esi+356C]
10006118  |.  68 D4B20110   push    1001B2D4                         ; /加密数据失败
1000611D  |.  51            push    ecx                              ; |String1
1000611E  |.  FFD7          call    edi                              ; \lstrcpyA
10006120  |.  8D96 AC350000 lea     edx, dword ptr [esi+35AC]
10006126  |.  68 B8B20110   push    1001B2B8                         ; /解密数据失败
1000612B  |.  52            push    edx                              ; |String1
1000612C  |.  FFD7          call    edi                              ; \lstrcpyA
1000612E  |.  8D86 EC350000 lea     eax, dword ptr [esi+35EC]
10006134  |.  68 18B40110   push    1001B418                         ; /参数不合法
10006139  |.  50            push    eax                              ; |String1
1000613A  |.  FFD7          call    edi                              ; \lstrcpyA
1000613C  |.  8D8E 2C360000 lea     ecx, dword ptr [esi+362C]
10006142  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006147  |.  51            push    ecx                              ; |String1
10006148  |.  FFD7          call    edi                              ; \lstrcpyA
1000614A  |.  8D96 6C360000 lea     edx, dword ptr [esi+366C]
10006150  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006155  |.  52            push    edx                              ; |String1
10006156  |.  FFD7          call    edi                              ; \lstrcpyA
10006158  |.  8D86 AC360000 lea     eax, dword ptr [esi+36AC]
1000615E  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006163  |.  50            push    eax                              ; |String1
10006164  |.  FFD7          call    edi                              ; \lstrcpyA
10006166  |.  8D8E EC360000 lea     ecx, dword ptr [esi+36EC]
1000616C  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006171  |.  51            push    ecx                              ; |String1
10006172  |.  FFD7          call    edi                              ; \lstrcpyA
10006174  |.  8D96 2C370000 lea     edx, dword ptr [esi+372C]
1000617A  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
1000617F  |.  52            push    edx                              ; |String1
10006180  |.  FFD7          call    edi                              ; \lstrcpyA
10006182  |.  8D86 6C370000 lea     eax, dword ptr [esi+376C]
10006188  |.  68 18B40110   push    1001B418                         ; /参数不合法
1000618D  |.  50            push    eax                              ; |String1
1000618E  |.  FFD7          call    edi                              ; \lstrcpyA
10006190  |.  8D8E AC370000 lea     ecx, dword ptr [esi+37AC]
10006196  |.  68 A4B20110   push    1001B2A4                         ; /不合法的返回值定义
1000619B  |.  51            push    ecx                              ; |String1
1000619C  |.  FFD7          call    edi                              ; \lstrcpyA
1000619E  |.  8D96 EC370000 lea     edx, dword ptr [esi+37EC]
100061A4  |.  68 18B40110   push    1001B418                         ; /参数不合法
100061A9  |.  52            push    edx                              ; |String1
100061AA  |.  FFD7          call    edi                              ; \lstrcpyA
100061AC  |.  8D86 2C380000 lea     eax, dword ptr [esi+382C]
100061B2  |.  68 A4B20110   push    1001B2A4                         ; /不合法的返回值定义
100061B7  |.  50            push    eax                              ; |String1
100061B8  |.  FFD7          call    edi                              ; \lstrcpyA
100061BA  |.  8D8E 6C380000 lea     ecx, dword ptr [esi+386C]
100061C0  |.  68 18B40110   push    1001B418                         ; /参数不合法
100061C5  |.  51            push    ecx                              ; |String1
100061C6  |.  FFD7          call    edi                              ; \lstrcpyA
100061C8  |.  8D96 AC380000 lea     edx, dword ptr [esi+38AC]
100061CE  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100061D3  |.  52            push    edx                              ; |String1
100061D4  |.  FFD7          call    edi                              ; \lstrcpyA
100061D6  |.  8D86 EC380000 lea     eax, dword ptr [esi+38EC]
100061DC  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100061E1  |.  50            push    eax                              ; |String1
100061E2  |.  FFD7          call    edi                              ; \lstrcpyA
100061E4  |.  8D8E 6C390000 lea     ecx, dword ptr [esi+396C]
100061EA  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100061EF  |.  51            push    ecx                              ; |String1
100061F0  |.  FFD7          call    edi                              ; \lstrcpyA
100061F2  |.  8D96 AC390000 lea     edx, dword ptr [esi+39AC]
100061F8  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100061FD  |.  52            push    edx                              ; |String1
100061FE  |.  FFD7          call    edi                              ; \lstrcpyA
10006200  |.  8D86 2C390000 lea     eax, dword ptr [esi+392C]
10006206  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
1000620B  |.  50            push    eax                              ; |String1
1000620C  |.  FFD7          call    edi                              ; \lstrcpyA
1000620E  |.  8D8E EC390000 lea     ecx, dword ptr [esi+39EC]
10006214  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006219  |.  51            push    ecx                              ; |String1
1000621A  |.  FFD7          call    edi                              ; \lstrcpyA
1000621C  |.  8D96 2C3A0000 lea     edx, dword ptr [esi+3A2C]
10006222  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006227  |.  52            push    edx                              ; |String1
10006228  |.  FFD7          call    edi                              ; \lstrcpyA
1000622A  |.  8D86 6C3A0000 lea     eax, dword ptr [esi+3A6C]
10006230  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006235  |.  50            push    eax                              ; |String1
10006236  |.  FFD7          call    edi                              ; \lstrcpyA
10006238  |.  8D8E AC3A0000 lea     ecx, dword ptr [esi+3AAC]
1000623E  |.  68 94B20110   push    1001B294                         ; /创建文件失败
10006243  |.  51            push    ecx                              ; |String1
10006244  |.  FFD7          call    edi                              ; \lstrcpyA
10006246  |.  8D96 EC3A0000 lea     edx, dword ptr [esi+3AEC]
1000624C  |.  68 84B20110   push    1001B284                         ; /文件操作失败
10006251  |.  52            push    edx                              ; |String1
10006252  |.  FFD7          call    edi                              ; \lstrcpyA
10006254  |.  8D86 2C3B0000 lea     eax, dword ptr [esi+3B2C]
1000625A  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
1000625F  |.  50            push    eax                              ; |String1
10006260  |.  FFD7          call    edi                              ; \lstrcpyA
10006262  |.  8D8E 6C3B0000 lea     ecx, dword ptr [esi+3B6C]
10006268  |.  68 74B20110   push    1001B274                         ; /打开文件失败
1000626D  |.  51            push    ecx                              ; |String1
1000626E  |.  FFD7          call    edi                              ; \lstrcpyA
10006270  |.  8D96 AC3B0000 lea     edx, dword ptr [esi+3BAC]
10006276  |.  68 84B20110   push    1001B284                         ; /文件操作失败
1000627B  |.  52            push    edx                              ; |String1
1000627C  |.  FFD7          call    edi                              ; \lstrcpyA
1000627E  |.  8D86 EC3B0000 lea     eax, dword ptr [esi+3BEC]
10006284  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006289  |.  50            push    eax                              ; |String1
1000628A  |.  FFD7          call    edi                              ; \lstrcpyA
1000628C  |.  8D8E 2C3C0000 lea     ecx, dword ptr [esi+3C2C]
10006292  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006297  |.  51            push    ecx                              ; |String1
10006298  |.  FFD7          call    edi                              ; \lstrcpyA
1000629A  |.  8D96 6C3C0000 lea     edx, dword ptr [esi+3C6C]
100062A0  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100062A5  |.  52            push    edx                              ; |String1
100062A6  |.  FFD7          call    edi                              ; \lstrcpyA
100062A8  |.  8D86 AC3C0000 lea     eax, dword ptr [esi+3CAC]
100062AE  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100062B3  |.  50            push    eax                              ; |String1
100062B4  |.  FFD7          call    edi                              ; \lstrcpyA
100062B6  |.  8D8E EC3C0000 lea     ecx, dword ptr [esi+3CEC]
100062BC  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100062C1  |.  51            push    ecx                              ; |String1
100062C2  |.  FFD7          call    edi                              ; \lstrcpyA
100062C4  |.  8D96 2C3D0000 lea     edx, dword ptr [esi+3D2C]
100062CA  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100062CF  |.  52            push    edx                              ; |String1
100062D0  |.  FFD7          call    edi                              ; \lstrcpyA
100062D2  |.  8D86 6C3D0000 lea     eax, dword ptr [esi+3D6C]
100062D8  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100062DD  |.  50            push    eax                              ; |String1
100062DE  |.  FFD7          call    edi                              ; \lstrcpyA
100062E0  |.  8D8E AC3D0000 lea     ecx, dword ptr [esi+3DAC]
100062E6  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100062EB  |.  51            push    ecx                              ; |String1
100062EC  |.  FFD7          call    edi                              ; \lstrcpyA
100062EE  |.  8D96 EC3D0000 lea     edx, dword ptr [esi+3DEC]
100062F4  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100062F9  |.  52            push    edx                              ; |String1
100062FA  |.  FFD7          call    edi                              ; \lstrcpyA
100062FC  |.  8D86 2C3E0000 lea     eax, dword ptr [esi+3E2C]
10006302  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006307  |.  50            push    eax                              ; |String1
10006308  |.  FFD7          call    edi                              ; \lstrcpyA
1000630A  |.  8D8E 6C3E0000 lea     ecx, dword ptr [esi+3E6C]
10006310  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006315  |.  51            push    ecx                              ; |String1
10006316  |.  FFD7          call    edi                              ; \lstrcpyA
10006318  |.  8D96 AC3E0000 lea     edx, dword ptr [esi+3EAC]
1000631E  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
10006323  |.  52            push    edx                              ; |String1
10006324  |.  FFD7          call    edi                              ; \lstrcpyA
10006326  |.  8D86 EC2B0000 lea     eax, dword ptr [esi+2BEC]
1000632C  |.  68 68B20110   push    1001B268                         ; /e2操作错误
10006331  |.  50            push    eax                              ; |String1
10006332  |.  FFD7          call    edi                              ; \lstrcpyA
10006334  |.  8D8E 2C2C0000 lea     ecx, dword ptr [esi+2C2C]
1000633A  |.  68 58B20110   push    1001B258                         ; /生产密码错误
1000633F  |.  51            push    ecx                              ; |String1
10006340  |.  FFD7          call    edi                              ; \lstrcpyA
10006342  |.  8D96 6C2C0000 lea     edx, dword ptr [esi+2C6C]
10006348  |.  68 48B20110   push    1001B248                         ; /管理密码错误
1000634D  |.  52            push    edx                              ; |String1
1000634E  |.  FFD7          call    edi                              ; \lstrcpyA
10006350  |.  8D86 AC2C0000 lea     eax, dword ptr [esi+2CAC]
10006356  |.  68 38B20110   push    1001B238                         ; /用户密码错误
1000635B  |.  50            push    eax                              ; |String1
1000635C  |.  FFD7          call    edi                              ; \lstrcpyA
1000635E  |.  8D8E EC2C0000 lea     ecx, dword ptr [esi+2CEC]
10006364  |.  68 48B20110   push    1001B248                         ; /管理密码错误
10006369  |.  51            push    ecx                              ; |String1
1000636A  |.  FFD7          call    edi                              ; \lstrcpyA
1000636C  |.  8D96 2C2D0000 lea     edx, dword ptr [esi+2D2C]
10006372  |.  68 28B20110   push    1001B228                         ; /该命令不支持
10006377  |.  52            push    edx                              ; |String1
10006378  |.  FFD7          call    edi                              ; \lstrcpyA
1000637A  |.  8D86 6C2D0000 lea     eax, dword ptr [esi+2D6C]
10006380  |.  68 10B20110   push    1001B210                         ; /用户代码或产品代码错误
10006385  |.  50            push    eax                              ; |String1
10006386  |.  FFD7          call    edi                              ; \lstrcpyA
10006388  |.  8D8E AC2D0000 lea     ecx, dword ptr [esi+2DAC]
1000638E  |.  68 04B20110   push    1001B204                         ; /权限错误
10006393  |.  51            push    ecx                              ; |String1
10006394  |.  FFD7          call    edi                              ; \lstrcpyA
10006396  |.  8D96 EC2D0000 lea     edx, dword ptr [esi+2DEC]
1000639C  |.  68 F0B10110   push    1001B1F0                         ; /e2数据区操作越界
100063A1  |.  52            push    edx                              ; |String1
100063A2  |.  FFD7          call    edi                              ; \lstrcpyA
100063A4  |.  8D86 2C2E0000 lea     eax, dword ptr [esi+2E2C]
100063AA  |.  68 DCB10110   push    1001B1DC                         ; /内存数据区操作越界
100063AF  |.  50            push    eax                              ; |String1
100063B0  |.  FFD7          call    edi                              ; \lstrcpyA
100063B2  |.  8D8E 6C2E0000 lea     ecx, dword ptr [esi+2E6C]
100063B8  |.  68 D0B10110   push    1001B1D0                         ; /未知错误
100063BD  |.  51            push    ecx                              ; |String1
100063BE  |.  FFD7          call    edi                              ; \lstrcpyA
100063C0  |.  8D96 AC2E0000 lea     edx, dword ptr [esi+2EAC]
100063C6  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
100063CB  |.  52            push    edx                              ; |String1
100063CC  |.  FFD7          call    edi                              ; \lstrcpyA
100063CE  |.  8D86 EC2E0000 lea     eax, dword ptr [esi+2EEC]
100063D4  |.  68 C0B10110   push    1001B1C0                         ; /已达到最大连接
100063D9  |.  50            push    eax                              ; |String1
100063DA  |.  FFD7          call    edi                              ; \lstrcpyA
100063DC  |.  8D8E 2C2F0000 lea     ecx, dword ptr [esi+2F2C]
100063E2  |.  68 B0B10110   push    1001B1B0                         ; /连接标识不合法
100063E7  |.  51            push    ecx                              ; |String1
100063E8  |.  FFD7          call    edi                              ; \lstrcpyA
100063EA  |.  8D96 6C2F0000 lea     edx, dword ptr [esi+2F6C]
100063F0  |.  68 A8B10110   push    1001B1A8                         ; /未连接
100063F5  |.  52            push    edx                              ; |String1
100063F6  |.  FFD7          call    edi                              ; \lstrcpyA
100063F8  |.  8D86 AC2F0000 lea     eax, dword ptr [esi+2FAC]
100063FE  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10006403  |.  50            push    eax                              ; |String1
10006404  |.  FFD7          call    edi                              ; \lstrcpyA
10006406  |.  8D8E EC2F0000 lea     ecx, dword ptr [esi+2FEC]
1000640C  |.  68 9CB10110   push    1001B19C                         ; /参数错误
10006411  |.  51            push    ecx                              ; |String1
10006412  |.  FFD7          call    edi                              ; \lstrcpyA
10006414  |.  8D96 2C300000 lea     edx, dword ptr [esi+302C]
1000641A  |.  68 8CB10110   push    1001B18C                         ; /不合法的请求
1000641F  |.  52            push    edx                              ; |String1
10006420  |.  FFD7          call    edi                              ; \lstrcpyA
10006422  |.  8D86 6C300000 lea     eax, dword ptr [esi+306C]
10006428  |.  68 D0B10110   push    1001B1D0                         ; /未知错误
1000642D  |.  50            push    eax                              ; |String1
1000642E  |.  FFD7          call    edi                              ; \lstrcpyA
10006430  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10006435  |.  8D8E AC300000 lea     ecx, dword ptr [esi+30AC]        ; |
1000643B  |.  51            push    ecx                              ; |String1
1000643C  |.  FFD7          call    edi                              ; \lstrcpyA
1000643E  |.  8D96 EC300000 lea     edx, dword ptr [esi+30EC]
10006444  |.  68 C0B10110   push    1001B1C0                         ; /已达到最大连接
10006449  |.  52            push    edx                              ; |String1
1000644A  |.  FFD7          call    edi                              ; \lstrcpyA
1000644C  |.  8D86 2C310000 lea     eax, dword ptr [esi+312C]
10006452  |.  68 B0B10110   push    1001B1B0                         ; /连接标识不合法
10006457  |.  50            push    eax                              ; |String1
10006458  |.  FFD7          call    edi                              ; \lstrcpyA
1000645A  |.  8D8E 6C310000 lea     ecx, dword ptr [esi+316C]
10006460  |.  68 A8B10110   push    1001B1A8                         ; /未连接
10006465  |.  51            push    ecx                              ; |String1
10006466  |.  FFD7          call    edi                              ; \lstrcpyA
10006468  |.  8D96 AC310000 lea     edx, dword ptr [esi+31AC]
1000646E  |.  68 4CB30110   push    1001B34C                         ; /通讯错误
10006473  |.  52            push    edx                              ; |String1
10006474  |.  FFD7          call    edi                              ; \lstrcpyA
10006476  |.  8D86 EC310000 lea     eax, dword ptr [esi+31EC]
1000647C  |.  68 9CB10110   push    1001B19C                         ; /参数错误
10006481  |.  50            push    eax                              ; |String1
10006482  |.  FFD7          call    edi                              ; \lstrcpyA
10006484  |.  8D8E 2C320000 lea     ecx, dword ptr [esi+322C]
1000648A  |.  68 8CB10110   push    1001B18C                         ; /不合法的请求
1000648F  |.  51            push    ecx                              ; |String1
10006490  |.  FFD7          call    edi                              ; \lstrcpyA
10006492  |.  8D96 6C320000 lea     edx, dword ptr [esi+326C]
10006498  |.  68 D0B10110   push    1001B1D0                         ; /未知错误
1000649D  |.  52            push    edx                              ; |String1
1000649E  |.  FFD7          call    edi                              ; \lstrcpyA
100064A0  |.  8D86 EC3E0000 lea     eax, dword ptr [esi+3EEC]
100064A6  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100064AB  |.  50            push    eax                              ; |String1
100064AC  |.  FFD7          call    edi                              ; \lstrcpyA
100064AE  |.  8D8E 2C3F0000 lea     ecx, dword ptr [esi+3F2C]
100064B4  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100064B9  |.  51            push    ecx                              ; |String1
100064BA  |.  FFD7          call    edi                              ; \lstrcpyA
100064BC  |.  8D96 6C3F0000 lea     edx, dword ptr [esi+3F6C]
100064C2  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100064C7  |.  52            push    edx                              ; |String1
100064C8  |.  FFD7          call    edi                              ; \lstrcpyA
100064CA  |.  8D86 AC3F0000 lea     eax, dword ptr [esi+3FAC]
100064D0  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100064D5  |.  50            push    eax                              ; |String1
100064D6  |.  FFD7          call    edi                              ; \lstrcpyA
100064D8  |.  8D8E EC3F0000 lea     ecx, dword ptr [esi+3FEC]
100064DE  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100064E3  |.  51            push    ecx                              ; |String1
100064E4  |.  FFD7          call    edi                              ; \lstrcpyA
100064E6  |.  81C6 2C400000 add     esi, 402C
100064EC  |.  68 C8B20110   push    1001B2C8                         ; /内部错误
100064F1  |.  56            push    esi                              ; |String1
100064F2  |.  FFD7          call    edi                              ; \lstrcpyA
100064F4  |.  5F            pop     edi
100064F5  |.  5E            pop     esi
100064F6  \.  C3            retn
2010-3-10 19:04
0
游客
登录 | 注册 方可回帖
返回
//