CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - shell.as

搜索资源列表

  1. 组合加密软件包 Lock Manage 5

    0下载:
  2. Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:102537
    • 提供者:何福保
  1. zebra-0.94.tar

    2下载:
  2. 大名鼎鼎的路由器源码。程序分ZEBRA、OSPF\\RIP\\等3个包。程序框架采用一个路由协议一个进程的方式,提高效率。ZEBRA目录下为守护程序部分、VTYSH目录下为仿CISCO外壳程序、LIB目录下为公共调用。-famous source router. ZEBRA procedure, OSPF \\ RIP \\ as three packages. Using a procedural framework of a routing protocol process, enhance
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1319836
    • 提供者:wuxy
  1. shell

    0下载:
  2. Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:32767
    • 提供者:dly
  1. vnx4

    0下载:
  2. vnc本地口令破解C源代码 默认情况下VNC服务端的密码是放在注册表中的,本工具只针对这种情况。首先用ASP读出注册表中的加密密码,然后用破解工具破解。我给出大家一个读取VNC密码的ASP脚本,默认情况下VNC密码存放在HKCU\\Software\\ORL\\WinVNC3\\Password Set WshShell = server.CreateObject(\"Wscr ipt.Shell\") bkey=WSHShell.RegRead(\"HKCU\\Software\\ORL\
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:4104
    • 提供者:小李
  1. linux_shell_C

    0下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:135647
    • 提供者:secret
  1. Bourne_again_shell(bash)basic_programming

    0下载:
  2. Bourne again shell (bash) 基本编程.pdf 通过学习如何使用 bash 脚本语言编程,将使 Linux 的日常交互更有趣和有生产 力,同时还可以利用那些已熟悉和喜爱的标准 UNIX 概念(如管道和重定向)。 在此三部分系列中,Daniel Robbins 将以示例指导您如何用 bash 编程。他将讲述 非常基本的知识(这使此系列十分适合初学者),并在后续系列中逐步引入更高 级特性。-Bourne again shell (bash) Basic pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:296410
    • 提供者:吴继发
  1. abs-guide

    0下载:
  2. This tutorial assumes no previous knowledge of scr ipting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little snippets of UNIX® wisdom and lore. It serves as a tex
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:801498
    • 提供者:Danny
  1. Shell-analytic-procedure

    0下载:
  2. 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:79398
    • 提供者:吴倩倩
  1. perl_shell

    0下载:
  2. a perl scr ipt that acts as a shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:227812
    • 提供者:hmyousry
  1. Shellprogram.c

    0下载:
  2. This program works as Shell program in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4083
    • 提供者:sriram
  1. my-shell

    0下载:
  2. Linux操作系统下的一个简单的shell,提供给初学者作为参考-Under the Linux operating system, a simple shell, provided as a reference for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1845
    • 提供者:lihua
  1. shell

    0下载:
  2. linux 下的简易shell,实现了包括ls、cd、cp、rm、mdir等基本功能-under the simple linux shell, to achieve, including ls, cd, cp, rm, mdir basic functions such as
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:877
    • 提供者:
  1. Shell-script-programming-guide

    0下载:
  2. 本文档详细描述了Unix/Linux Shell脚本编程的全部内容,重点介绍的正则表达式、常用的文本处理工具、shell变量以及安全性议题等。-This document describes the entire contents of the Unix/Linux shell scr ipting, and highlights the positive expression, commonly used in text processing tools, shell variables, a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-19
    • 文件大小:29522345
    • 提供者:chenbo
  1. Albing---Bash-Cookbook-[unix-shell-programming]-(

    0下载:
  2. This book covers bash, the GNU Bourne Again Shell, which is a member of the Bourne family of shells that includes the original Bourne shell sh, the Korn shell ksh, and the Public Domain Korn Shell pdksh. While these and other shells such as dash,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1738077
    • 提供者:Dracula
  1. shell

    0下载:
  2. 基于Linux的shell,包含文件浏览等内部程序,以及执行外部程序,代码简单,适合学习-Linux-based shell that contains the file browser and other internal procedures, as well as the execution of external programs, the code is simple, suitable for learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:16171
    • 提供者:
  1. shell

    0下载:
  2. 在minix3.1.8下实现shell命令解释器,能够执行cd等内部命令,外部命令,实现了无名管道和i/o重定向-In minix3.1.8 under shell command interpreter, able to perform internal commands such as cd, external commands, to achieve the unnamed pipes and i/o redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:1601
    • 提供者:stella lai
  1. shell-programing-and-unix-command

    0下载:
  2. shell脚本,这本书是我决的写的最全面和简洁的shell脚本参考书籍,特别适合初学者和有2年下shell脚本编写者。建议可以花几个小时通读,理解大概的内容,然后作为工具书来用,遇到问题在参考本书。-this is a techincal book about shell under unix os.it is especially suitable for new programer. you can spend 2 hours to view this book and regard it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-10
    • 文件大小:17882304
    • 提供者:kelvin
  1. Sams-Teach-Yourself-Shell-Programmin-in-24-Hours.

    0下载:
  2. Red Hat Enterprise Linux Desktop: a general purpose client solution, offering desktop applications such as the OpenOffice.org office suite and Evolution mail client. Add-on options provide support for high-end development workstations and virtualizat
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1604071
    • 提供者:Amal
  1. LINUX_Shell编程基础教程

    0下载:
  2. 1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-07
    • 文件大小:27648
    • 提供者:脑袋发芽
  1. 10 个Shell命令解析器的功能

    1下载:
  2. Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl C 键的时候打印出用户最近输入的10 个命令。包含实验报告(reads in the next command line, separating it into distinct tokens * using whitespace as delimiters. setup() sets the args parameter as a * null-terminated string.)
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 »
搜珍网 www.dssz.com