1. 程式人生 > >IT資源社群原創-新手學破解入門例項3

IT資源社群原創-新手學破解入門例項3

本節解決2個問題:
1、去掉NAG視窗
2、爆破註冊

 

1、去掉NAG視窗
方法一:我們使用反編譯軟體“VBExplorer資源編輯.exe”對程式的時鐘進行修改,改為1毫秒,達到去掉NAG視窗效果。
方法二:使用網上所講的4C偏移進行啟動視窗順序修改。
詳細操作請看視訊演示
2、爆破註冊
使用反編譯軟體“VBExplorer資源編輯.exe”找到按鈕事件後,到OD下斷。本程式同上一個程式大致相同。因系統原因無法演示。爆破地址如下:

 

00408665    66:85F6         test si,si
00408668    8945 94         mov dword ptr ss:[ebp-0x6C],eax 0040866B    894D AC         mov dword ptr ss:[ebp-0x54],ecx 0040866E    8945 A4         mov dword ptr ss:[ebp-0x5C
],eax 00408671    894D BC         mov dword ptr ss:[ebp-0x44],ecx 00408674    8945 B4         mov dword ptr ss:[ebp-0x4C],eax [color=#ff0000]00408677    74 62           je XAfKayAs_.004086DB    ;NOP掉OK[/color]
00408679    8B35 14B14000   mov esi,dword ptr ds:[<&MSVBVM50.__vbaSt>; MSVBVM50.__vbaStrCat 0040867F    68 C06F4000     push AfKayAs_.00406FC0                  ; UNICODE "You Get It" 00408684    68 DC6F4000     push AfKayAs_.00406FDC                  ; UNICODE " " 00408689    FFD6            call esi 0040868B    8BD0            mov edx,eax 0040868D    8D4D E8         lea ecx,dword ptr ss:[ebp-0x18] 00408690    FF15 94B14000   call dword ptr ds:[<&MSVBVM50.__vbaStrMo>; MSVBVM50.__vbaStrMove 00408696    50              push eax 00408697    68 E86F4000     push AfKayAs_.00406FE8                  ; UNICODE "KeyGen It Now" 0040869C    FFD6            call esi 0040869E    8945 CC         mov dword ptr ss:[ebp-0x34],eax 004086A1    8D45 94         lea eax,dword ptr ss:[ebp-0x6C] 004086A4    8D4D A4         lea ecx,dword ptr ss:[ebp-0x5C] 004086A7    50              push eax

 

詳細視訊教程下載地址:
https://pan.baidu.com/s/1m8WoxZuMLMU_9HFk6LuV6w

新手學破解入門例項3
http://www.it0365.com/thread-36-1-1.html
(出處: IT資源社群)