• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    进入dos的一个密码破解方法
    stack segment
            cache db 10 dup ('?')
    stack ends

    code segment
         assume cs:code,ds:code,es:code,ss:stack
                message db 'Made by correy',24h 
                email db 0dh,0ah,'Email:leguanyuan@126.com',24h
               notice db 0dh,0ah,'input password:',24h
               password db 'correy999'
         main proc 
              mov ax, code
              mov ds, ax
              mov es, ax
              mov ax,stack
              mov ss,ax
              mov dx, offset message
              mov ah, 09
              int 21h
              mov dx, offset email
              mov ah, 09
              int 21h
        start:mov dx, offset notice
              mov ah, 09
              int 21h
              mov cx, 9
              mov bx,offset cache
         show:mov ah, 00
              int 16h
              cmp al, 0Dh
              je comp
            mov [bx],al
            inc bx
              mov dl, 2Ah
              mov ah, 02
              int 21h
              loop show
         comp:mov cx, 9
              mov si, offset password
              mov di, offset cache
              repz cmpsb
              jne start
              mov ah, 4Ch
              int 21h
        main endp
    code ends
    end main
    上一篇:关于echo 的问题与使用说明
    下一篇:批处理实现屏幕炸弹
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    进入dos的一个密码破解方法 进入,dos,的,一个,密码破解,