:004069A5 FF1528D14000 Call dword ptr [0040D128]
:004069AB 56 push esi
:004069AC E83F0D0000 call 004076F0
:004069B1 59 pop ecx :004069B2 85C0 test eax, eax
:004069B4 6A00 push 00000000
:004069B6 740C je 004069C4 * Possible StringData Ref from Data Obj ->"SUCCEED" |
:004069B8 6848E74000 push 0040E748 * Possible StringData Ref from Data Obj ->" 注册成功 !" |
:004069BD 683CE74000 push 0040E73C
:004069C2 EB0A jmp 004069CE * Referenced by a (U)nconditional or (C)onditional Jump at Address: |
:004069B6(C) | * Possible StringData Ref from Data Obj ->"FAILED" |
:004069C4 6834E74000 push 0040E734 * Possible StringData Ref from Data Obj ->" 注册失败 !" |
:004069A5 FF1528D14000 Call dword ptr [0040D128]
:004069AB 56 push esi
:004069AC E83F0D0000 call 004076F0
:004069B1 59 pop ecx :004069B2 85C0 test eax, eax
:004069B4 6A00 push 00000000
:004069B6 740C je 004069C4 * Possible StringData Ref from Data Obj ->"SUCCEED" |
你看看这里 JE 004069C4是哪里?????
是注册失败的位置啊!你还是把740c NOP了把改为 9090 或者750c 看看
:004069B8 6848E74000 push 0040E748 * Possible StringData Ref from Data Obj ->" 注册成功 !" |
:004069BD 683CE74000 push 0040E73C
:004069C2 EB0A jmp 004069CE * Referenced by a (U)nconditional or (C)onditional Jump at Address: |
:004069B6(C) | * Possible StringData Ref from Data Obj ->"FAILED" |
:004069C4 6834E74000 push 0040E734 * Possible StringData Ref from Data Obj ->" 注册失败 !" |