摘要:lesson 2: making our first bootable disk
in this lesson, we will learn how to create a boot program on a floppy disk. we will start by modifying the microsoft dos boot record.
for our purposes, we w......
摘要:[开源项目之五] stunnel--通用ssl加密程序stunnel是一个可以用ssl对任意 tcp 连接加密的程序。它可以运行在多种unix和windows操作系统之上。这样说来,它很好的解决了ssl不能对现有的旧的应用程序传输的数据加密的问题,也就是说,在stunnel出现之前,要实现安全的数据传输,只能依靠在应用程序之中添加ssl代码的方式来提高安全性,但现在,可以不这样做了,strunn......
WriteYourOwnOperatingSystemTutorial(3)
in this lesson we will learn to use an assembler to write our programs. in previous lessons we have assembled them using debug. after playing around with this for a while, you will quickly see that it would be a pain to use debug to create a program of more than a handful of instructions (even harder to modify). we need a simpler way. we will start by using the “netwide assembler” (nasm). go to the official web page at http://www.octium.net/nasm/ and download a copy of the assembler. 【推荐阅读:
[shell] 微软测试题】
lesson 3: nasm
...
下一页 摘要:[开源项目之三] 开源的ids(入侵检测系统)-- snort
说起snort可以说大多数据搞网络安全的人都对它非常了解,甚至于可能基于它做过开发。它是一个open source形式发行的网络入检测系统。由martin roesch编写,并有分布于世界各地相当多的程序员对它进行着维护和升级。 snort支持多种系统软件和硬件平台:例如 red hat linux、debian linux、h......