搜索资源列表
CIH_detail
- CIH病毒详细解说 每一行程序都有详细的解释 , 让你了解CIH 病毒设计的原理及运作机制, 更可让你进一步修改, 改成另一版的病毒, 是病毒界不可多得的好数据啊-CIH virus detailed explanation of each line processes detailed explanation let you know the CIH virus design principle and operation mechanism, but also allows you to f
病毒教学
- 这是一个有关病毒源玛和杀毒方法的书籍,虽然不是现成的源码,但里面讲的很详细,是一个不可多得的东东,看过一定受益非浅!希望对大家有帮助,在此也感谢本程序的作者收集了那么多的知识!-This is a source of the virus was Sodom and reactive approach to the books, although it is not readily available source, but they said very detailed, is a rare D
bingdu
- 在你看之前,你应该知道这只是篇可以带你入门的文章,如果你已经会了就不用看了。看的时候最好 准备个 PE 表在旁边。写病毒程序可以使用很多种语言来写比如 C,汇编,甚至有人用 Dephi 这样可视化编 程工具都能写出来。但是最适合写病毒程序的还是汇编语言。汇编语言底层,灵活,速度快,体积小的优 势能将一个病毒程序发挥到极至,通常一个程序写出来才几千字节就包含了所有的功能。一般一个病毒都 有如下几个功能:-Before you look, you should know that
code
- #include <QMap> #include <QMapIterator> #include <QDebug> int main() { QMap<QString, int> map map["one"] = 1 // insert using the [] operator map["two"] = 2 map.insert("seven", 7) // insert using ins