SysReveal 更新至 v1.0.0.65
by niucool on Jul.06, 2010, under SysReveal, Version History
SysReveal的最新版本请点击本网站右侧的
图标或文字链接下载。
以下是SysReveal的版本更新历史:
v1.0.0.65(2010-07-06) 时过于期,否终则泰
SysReveal像个乌龟一样缓慢的前行,终点似乎就在不远的前方,但是又似乎很遥远,喜欢SysReveal的同志们给我加加油吧。这个版本增加了两大功能并修改了若干BUG,以下是修改日志:
- + 增加了DISPATCH HOOK的检查(暂不支持恢复,只用于查找rootkit)
- + 增加了ATTACH DEVICE的检查
- *修改了NTFS解析不正确的BUG(Thanks to 曲中求)
- *修改了模块路径解析不正确的BUG(Thanks to liulangzhecgr)
- *加强了驱动模块检查
以下BUG尚未修改:
- 文件页面的所有BUG尚未修复,如删除畸形目录(freesoft00),计划在下一版本统一修改。
- 进程页面的自动刷新(freesoft00),目前尚未实现。
iPhone exploit source code
by niucool on Aug.13, 2010, under System Research

Here is a working source code to exploit iPhone. You might use this code to do some evil things like jailbreak, blah,blah,blah.
Download the code here!
dcopy: copy any file as you wish
by niucool on Jul.08, 2010, under System Research
Leave a Comment :copy, dcopy, FAT, file system, NTFS more...老软件:DirMon
by niucool on Jul.06, 2010, under System Research
这是我2003年写的一个老古董软件,当时是参考Codeproject一篇文章写的,今天整理电脑的时候居然发现了那份源代码。我重新编译了一下,放出来,说不定有同志需要。
功能介绍:
DirMon的功能类似于FILEMON,不同之处在于DirMon是通过调用ring 3的函数来实现目录的监控,指定目录下的所有写操作包括文件的添加,删除和修改都会被记录下来。
DirMon操作简单,使用方便,占用系统资源少。但DirMon并不是一个底层的驱动级监控工具,只是一个应用层的小监控工具,这个软件已经到此为止了,放在这里或许只是为了纪念。
SysReveal使用说明(草稿)
by niucool on Jun.22, 2010, under SysReveal, Tutorials
此使用说明基于SysReveal v1.0.0.63,后续版本还会陆续进行更新。
SysReveal概述
功能简介
SysReveal是一个适合高级用户使用的系统扫描和病毒检测工具。SysReveal提供诸多强有力的功能来检查系统中可能存在的威胁,辅助用户进行病毒检测和系统修复。SysReveal的主要功能包括系统进程管理,系统驱动管理,内核信息管理,网络连接管理,系统启动管理,文件管理,注册表管理。所有这些功能都是通过系统的底层接口实现,从而有效的防止病毒以及ROOTKIT通过各种方式进行隐藏和保护。
运行环境
SysReveal可在以下32位操作系统环境下正常运行:
- Windows XP
- Windows Server 2003
- Vista
- Windows 7
- Windows Server 2008
SysReveal不支持以下操作系统:
- Windows 95/98/ME
- Windows 2000
- 所有64位操作系统
EICAR 2010: RAINY DAYS IN PARIS (FW)
by niucool on Jun.07, 2010, under Malware Research
EICAR 2010: RAINY DAYS IN PARIS
Eddy Willems
G Data Software and EICAR, Belgium
The 19th EICAR conference took place last month in the heart of the beautiful city of Paris at the école Supérieure d’Informatique, Electronique, Automatique (ESIEA). The second International Alternative Workshop on Aggressive Computing and Security (iAWACS’10) was held immediately before the conference at the same venue, and EICAR delegates were also able to attend this event. iAWACS’10 included workshops on smart cards and crash courses on securing PLC networks, but the most noteworthy item on the agenda was the anti-virus evaluation challenge ‘PWN2KILL’, the aim of which was to attempt to bypass anti-virus software and evaluate its effectiveness in practical terms. A technical summary is available on the iAWACS website. [David Harley shares his views on the challenge on p.2 – Ed.]
GETTING STARTED
After an official EICAR members meeting and welcome party on the Sunday evening, the real meat of the conference began on Monday morning with an opening address from the chairman of EICAR, Rainer Fahs, continuing with a keynote from Christophe Devine – better known as the father of ‘Aircrack’ – about problems related to AV testing. He described a series of tests and rated their usefulness. Devine believes that, in most cases, careful inspection reveals no real winners, and several tests are not even relevant to the real world. He proposed an initiative called AVerify, an open-source anti-virus test suite which would facilitate the creation of reproducible, more reliable tests. AVerify would be inspired by the EICAR test file, maintained independently of EICAR but following the same code of conduct.
EICAR 2010
by niucool on Apr.30, 2010, under Malware Research
I will attend EICAR 2010 in Paris from 7th May to 15th May. Wish I could lucky enough to meet some guys who are also interested in ARK and have tried SysReveal.
Prototype of the NtLoadKeyEx
by James on Apr.27, 2010, under ReverseIt, System Research
If you have seen the WRK, you will find out that the NtLoadKeyEx prototype is as following:
NTSTATUS __stdcall NtLoadKeyEx
(
__in POBJECT_ATTRIBUTES TargetKey,
__in POBJECT_ATTRIBUTES SourceFile,
__in ULONG Flags,
__in_opt HANDLE TrustClassKey
);
But when you attempt to hook this function as this prototype, there must be a critical error.
What’s wrong?
(continue reading…)
ReactOS, NTFS-3G以及其他
by niucool on Mar.31, 2010, under System Research
在重写SysReveal文件系统解析的工程中,我参考了ReactOS freeldr fs部分的代码,NTFS-3G以及FatFS。其他又参看了PEDIY论坛sudami以及ProgmBoy的提供的一些代码。
Notes researcher NTFS
by niucool on Mar.26, 2010, under System Research
