- UID
- 5549
注册时间2005-12-20
阅读权限10
最后登录1970-1-1
周游历练
TA的每日心情 | 开心 2019-6-29 13:05 |
---|
签到天数: 5 天 [LV.2]偶尔看看I
|
发表于 2006-5-15 00:13:44
|
显示全部楼层
00405270 . 8B4D C8 mov ecx,dword ptr ss:[ebp-38]
00405273 . 51 push ecx
00405274 . FF15 30104000 call dword ptr ds:[<&MSVBVM60.__vbaStrCat>] ; MSVBVM60.__vbaStrCat
0040527A . 8BD0 mov edx,eax
0040527C . 8D4D C4 lea ecx,dword ptr ss:[ebp-3C]
0040527F . FFD7 call edi
00405281 . 50 push eax
00405282 . 56 push esi
00405283 . 8D55 9C lea edx,dword ptr ss:[ebp-64]
00405286 . 52 push edx
00405287 . FF15 58104000 call dword ptr ds:[<&MSVBVM60.__vbaObjSetAddr>; MSVBVM60.__vbaObjSetAddref
0040528D . 50 push eax
0040528E . 8D45 88 lea eax,dword ptr ss:[ebp-78]
00405291 . 50 push eax
00405292 FF15 EC104000 call dword ptr ds:[<&MSVBVM60.#715>] ; MSVBVM60.rtcCallByName
............................
00405274下断点 输入用户名和注册码后点确定 会断下来
修改ECX中值所指向的内存中的数据(Unicode字符串)为6C51F09C1DD1CC44164A3CD541500655
F9 看会出现什么。。。。。。。。 |
|