14种Anti - SICE的方法(英文)
日期:2007年6月2日 作者: 查看:[大字体 中字体 小字体]-
About anti-SoftICE tricks
text written by Frog's Print
Method 01
=========
This method of detection of SoftICE (as well as the following one) is
used by the majority of packers/encryptors found on Internet.
It seeks the signature of BoundsChecker in SoftICE
mov ebp, 04243484Bh ; 'BCHK'
mov ax, 04h
int 3
cmp al,4
jnz SoftICE_Detected
__________________________________________________
Method 02
=========
Still a method very much used (perhaps the most frequent one). It is used
to get SoftICE 'Back Door commands' which gives infos on Breakpoints,
or execute SoftICE commands...
It is also used to crash SoftICE and to force it to execute any commands
(HBOOT...) :-((
Here is a quick description:
-AX = 0910h (Display string in SIce windows)
-AX = 0911h (Execute SIce commands -command is displayed is ds:dx)
-AX = 0912h (Get breakpoint infos)
-AX = 0913h (Set Sice breakpoints)
-AX = 0914h (Remove SIce breakoints)
Each time you'll meet this trick, you'll see:
-SI = 4647h
-DI = 4A4Dh
Which are the 'magic values' used by SoftIce.
For more informations, see "Ralf Brown Interrupt list" chapter int 03h.
Here is one example from the file "Haspinst.exe" which is the dongle HASP
Envelope utility use to protect DOS applications:
4C19:0095 MOV AX,0911 ; execute command. - [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] 下一页
-
- 14种Anti - SICE的方法(英文) 相关文章:
- ·14种Anti - SICE的方法(英文)
- 14种Anti - SICE的方法(英文) 相关软件
- 特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作
- 者.文章版权归文章原始作者所有.对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转
- 载的文章有版权问题请联系编辑人员,我们尽快予以更正. 转载请注明来源:http://www.hackhome.com
下一篇:中文拨号上网计时计费器 V4.12注册算法分析(4)
精品推荐
热点TOP10
- ·破解windowsXP,window2000的开机密码
- ·攻破Windows系统加密保护之EFS解密
- ·远程主机探测技术FAQ集 - 扫描篇
- ·五种windows密码设置及破解
- ·网络游戏封包基础
- ·对称加密算法技术概述
- ·压缩文件的密码破解
- ·网聪系列软件注册码算法分析
- ·自由英语 XP v1.00算法分析
- ·象棋桥 V2.1算法
- ·足彩大赢家4.1注册码及算法分析
- ·轻松试卷 V4.5版破解实录 算法分析
- ·梦幻屏保 V1.1 算法分析
- ·算法分析: <献给初学者> 之二
- ·打印机监控王 V3.08注册算法分析及注册机源码
- ·电脑锁(Lock) V2.1 算法分析
- ·桌面撞球 算法分析
- ·庖丁解牛 V1.29 算法分析
- ·学算法的看过来 》》》算法分析: <献给初学者> 之五
- ·[原创]算法浅探——OpenCanvas V2.24 汉化版(1)
特别推荐
- ·攻破Windows系统加密保护之EFS解密
- ·巧用系统自带功能给文件夹加密
- ·加密文件看见“照妖镜”还不显原型
- ·破解入门教学(二)
- ·破解光盘加密:把DVD大片拷到硬盘上看
- ·远程主机探测技术FAQ集 - 扫描篇
- ·网络游戏封包基础
- ·轻松破解:打开丢失密码的笔记本
- ·轻松破解丢失密码的笔记本电脑
- ·软件狗[Dongles]的加密与解密技术
- ·CMOS破解完全手册
- ·五种windows密码设置及破解
- ·共享软件杀手:黑客常用十大破解工具
- ·如何学好破解这门技术
- ·借助工具 为BitComet轻松去广告
- ·七种加密解密
- ·破解windowsXP,window2000的开机密码
- ·破解程序及注册机使用方法
- ·解密宝典——十招教你学会软件破解
- ·十招教你学会破解
