首页
社区
课程
招聘
[原创]Zeta Debugger 1.2 and simple serial fishing
发表于: 2006-7-14 17:50 2311

[原创]Zeta Debugger 1.2 and simple serial fishing

2006-7-14 17:50
2311
Zeta Debugger 1.2:


Zeta Debugger is a stand-alone source level debugger and code profiler for applications written for Windows 98/2000/XP. Debugging could be done either at the level of machine instructions, or at the source level, when the source code is in C/C++ and debugging format emitted by your compiler is one of those supported by our debugger or external plug-in modules, which can be easily written by most users.

For now Zeta Debugger supports a several number of debugging formats used by compilers of two most known companies - Borland (BC5, BC4) and Microsoft (VC6, VC5). Other versions will be added later.


Official homepage:
http://www.fyzor.com


For more, see:
http://www.tuts4you.com/forum/index.php?showtopic=9232

thanks Ted.

=======================================

I fished the serial.This is a simple tutrial.

Get UsrName:
0042802C  |.  FF15 >call    [<&ADVAPI32.GetUserNameA>]    ; \GetUserNameA

Administrator

Fish serial:

0042874F  |.  8A82 >|mov     al, [edx+45EA6C]             ;serial,note down all the al,
00428755  |.  3BC8  |cmp     ecx, eax                     ;  hahha
00428757  |.  75 09 |jnz     short 00428762
00428759  |.  8B4D >|mov     ecx, [ebp-18]
0042875C  |.  83C1 >|add     ecx, 1

serail:s3q9O7TaeWkV3bv

where does ZD save serail?

HKEY_CURRENT_USER\Software\ZetaDebugger
RegistrationKey=s3q9O7TaeWkV3bv

Regards

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//