查找this is a fully functional
找到Ultra 字符串参考,项目 38
地址=00405543
反汇编=push HistoryX.0049BB78
文本字符串=licensed to: <font color='#ff0000'><b>unregistered</b></font><br><br>this is a fully functional unregistered version for evaluat
双击来到
00405541 /75 1F jnz short HistoryX.00405562
00405543 |68 78BB4900 push HistoryX.0049BB78 ; licensed to: <font color='#ff0000'><b>unregistered</b></font><br><br>this is a fully functional unregistered version for evaluat
00405548 |68 78BB4900 push HistoryX.0049BB78 ; licensed to: <font color='#ff0000'><b>unregistered</b></font><br><br>this is a fully functional unregistered version for evaluat
0040554D |FF15 6CB34900 call dword ptr ds:[<&KERNEL32.lstrlenW>] ; kernel32.lstrlenW
00405553 |50 push eax
00405554 |8D4C24 1C lea ecx,dword ptr ss:[esp+1C]
00405558 |E8 73C1FFFF call HistoryX.004016D0
0040555D |E9 81000000 jmp HistoryX.004055E3
00405562 \8B15 24F04A00 mov edx,dword ptr ds:[4AF024] ; HistoryX.004AF01C
00405568 895424 1C mov dword ptr ss:[esp+1C],edx
0040556C 8D8424 AC000000 lea eax,dword ptr ss:[esp+AC]
00405573 50 push eax
00405574 8D4C24 20 lea ecx,dword ptr ss:[esp+20]
00405578 68 E8BA4900 push HistoryX.0049BAE8 ; licensed to: <b>%s</b><br><br><b>thank you for using our software!</b>
***************************************************************************************
00405541 /75 1F jnz short HistoryX.00405562 \\这个就是关键跳了 改成jmp就可以了