;哈哈看看会显示什么?我机器上显示的是Gennet,情报网?
.586
.model flat, stdcall
option casemap:none
include \masm32\include\user32.inc
includelib \masm32\lib\user32.lib
.code
start:
CPUID
push ax
inc esp
push cx
inc esp
push bx
inc esp
push dx
inc esp
push dx
inc esp
push bx
push esp
pop ecx
dec esp
invoke MessageBox,50h,ecx,ecx,50h
add esp,8
ret
end start
上面的代码反汇编出来看看,呵呵差点全字母:)
0fh,a2h,fPDfQDfSDfRDfRDfSTYLjPQQjP,e8h,05h,00h,00h,00h,83h,c4h,08h,c3h