新手破解练习Crackme160之100 - Crackme_01

这个很简单哦, 看观们自己动手吧, 作者把源码都放出来了~

.386
.model flat, stdcall
option casemap:none
include \masm32\include\windows.inc
include \masm32\include\kernel32.inc
include \masm32\include\user32.inc
includelib \masm32\lib\user32.lib
includelib \masm32\lib\kernel32.lib

.data

MsgCaption  db "Acid_Cool_178's",0
MsgBoxText  db "Win32Asm Crackme 1",0
MsgCaption2  db "Greetings goes too all my friends..",0
MsgBoxText2  db "Hellforge, tCA, FHCF, DQF and the rest...",0
MsgCaption3 db "Remove Me!",0
MsgBoxText3  db "NAG NAG",0

.code
start:
        invoke MessageBox, NULL, addr MsgBoxText, addr MsgCaption, MB_OK
        invoke MessageBox, NULL, addr MsgBoxText2, addr MsgCaption2, MB_OK
        invoke MessageBox, NULL, addr MsgBoxText3, addr MsgCaption3, MB_OK
        invoke ExitProcess, NULL
end start

 
 
 
这是160个软件part1
这是160个软件part2

1~160每个破解过程,在吾爱破解论坛都有高手破解过了,也有整理好现成的, 我这边主要就是自己动手操作的过程,与他们的不太一样
附上高手们的连接: 点击前往查看
使用的工具连接(工具有点多有点大,可以先下OD,其它的后面慢慢下) 点击前往下载

新人入门教程"玩玩破解,写给新人看" 点击前往查看
我就是从这里开始的,对我这样的小白感觉超级友好~

下面是我的OD的界面布局,我觉得这4个是最常用的界面,其它的我基本上没用到~
OD界面布局

posted @ 2024-07-10 17:57  hankerstudio  阅读(37)  评论(0)    收藏  举报