手机
当前位置:查字典教程网 >脚本专栏 >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的一个密码破解方法】相关文章:

使用批处理bat更改hosts的多个方法

dos变量定义和引用方法

使用dos批处理文件的意义与应用方法

for命令的一些bug分析

Dos下终止进程的方法

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

迁移图片目录的bat代码

bat命令入门与高级技巧详解

Msd、Undelete命令的使用方法

CMD下的网络安全配置方法

精品推荐
分类导航