手机
当前位置:查字典教程网 >脚本专栏 >DOS/BAT >进入dos的一个密码破解方法
进入dos的一个密码破解方法
摘要:stacksegmentcachedb10dup('?')stackendscodesegmentassumecs:code,ds:code...

stacksegment

cachedb10dup('?')

stackends

codesegment

assumecs:code,ds:code,es:code,ss:stack

messagedb'Madebycorrey',24h

emaildb0dh,0ah,'Email:leguanyuan@126.com',24h

noticedb0dh,0ah,'inputpassword:',24h

passworddb'correy999'

mainproc

movax,code

movds,ax

moves,ax

movax,stack

movss,ax

movdx,offsetmessage

movah,09

int21h

movdx,offsetemail

movah,09

int21h

start:movdx,offsetnotice

movah,09

int21h

movcx,9

movbx,offsetcache

show:movah,00

int16h

cmpal,0Dh

jecomp

mov[bx],al

incbx

movdl,2Ah

movah,02

int21h

loopshow

comp:movcx,9

movsi,offsetpassword

movdi,offsetcache

repzcmpsb

jnestart

movah,4Ch

int21h

mainendp

codeends

endmain

【进入dos的一个密码破解方法】相关文章:

Msd、Undelete命令的使用方法

at命令的详细用法

dos命令行不能输入中文怎么办该如何解决

bat下产生指定范围随机数字的实现方法

通过批处理调用SQL的方法(osql)

Dos下终止进程的方法

迁移图片目录的bat代码

dos变量定义和引用方法

CMD下的网络安全配置方法

dos下删除文件夹和文件的方法

精品推荐
分类导航