检测内存中的 Soft-Ice又一法
概述:
有 Soft-ICE 在内存中可不大好玩,以下指令是检测 Soft-ICE 的,不要问为什么,这些都是 Soft-ICE 自己检测自己用的。
汇编编程示例:
code segment
assume cs:code,ds:code
org 100h
start:
mov ax,0911h ;exit command
mov dx,offset d_exit
mov si,4647h
mov di,4a4dh
int 3
xor ax,ax ;check s-ice
mov si,4746h
mov di,4a4dh
int 3
cmp si,4647h
jz found_sice
xor ax,ax ;check s-ice
mov si,4647h
mov di,4a4dh
int 3
cmp si,4647h
jnz found_sice
mov ah,9
mov dx,offset d_ok
int 21h
int 20h
found_sice:
mov ah,9
mov dx,offset d_sice
int 21h
int 20h
d_ok db 'OK, passed...',0dh,0ah,24h
d_sice db 'I found S-ICE in memory, so Bye-bye !',0dh,0ah,24h
d_exit db 'exit',0dh,0
code ends
end start
(出处:赢政天下整理收藏)
相关资讯:
相关软件:
→ 特别推荐
→ 热点TOP10
我为人人《《==》》人人为我
关于我们 |
帮助(?)
| 广告服务 |
版权声明 |
商业合作 |
发展历程 |
加盟我们 |
联系我们
Copyright © 1998-2003
winzheng.com All Rights Reserved.
繁体版:由华琦数码技术提供
Powered
by:MeSky.Net
当年一篇教程能让一台电脑焕然一新;今天的效率工具换成了 AI。 想知道当下最可靠的 AI 模型怎么选?看 赢政指数——我们用了 28 年的选软件严谨,现在用来评测大模型。