℡风雨烟尘 发表于 2013-5-14 16:01:50

写了段加密解密代码,被MSE和谐了


[*]
[*]                                                                                                                                                                                    
[*]          .386
[*]          .model      flat,stdcall
[*]          option      casemap:none
[*]          
[*]          include   windows.inc
[*]          include   kernel32.inc
[*]          include   user32.inc
[*]          includelibkernel32.lib
[*]          includelibuser32.lib
[*]          
[*]       .data
[*]       len            dd      0
[*]       szcaption      db   '提示',0
[*]       szText         db   'NAG窗口,求去掉',0
[*]       szfail         db   '注册成功',0
[*]       
[*]       .code
[*]start:       
[*]                lea   eax,aend
[*]                lea   edx,asr
[*]                sub   eax,edx
[*]                mov   len,eax
[*]                lea   edi,asr
[*]                mov   ecx,len
[*]jiami:        xor   byteptr,55h
[*]      inc   edi
[*]                loop    jiami
[*]                mov    eax,daima
[*]                push   eax
[*]                retn
[*]asr::               
[*]      invoke   MessageBox,0,offset szfail,offset szcaption,MB_OKor MB_ICONWARNING
[*]                jmp      tuichu
[*]aend::
[*]                call   eax
[*]                mov      edx,eax
[*]                cmp      edx,1
[*]                je       daima
[*]                nop
[*]                nop
[*]daima:invokeMessageBox,0,offset szText,offset szcaption,MB_OK
[*]      lea   eax,aend
[*]                lea   edx,asr
[*]                sub   eax,edx
[*]                mov   len,eax
[*]                lea   edi,asr
[*]                mov   ecx,len   
[*]jiemi:        xor   byteptr,55h
[*]                inc   edi      
[*]                loop    jiemi
[*]                jmp   asr
[*]tuichu: invokeExitProcess,0
[*]               
[*]endstart

都市小矮人 发表于 2013-5-14 17:06:32

我只是路过打酱油的。
页: [1]
查看完整版本: 写了段加密解密代码,被MSE和谐了