搜索资源列表
x_hpux_11i_nls_ping.c
- The same vulnerability to x_hp-ux11i_nls_ct.c,but exploit ping command to get root shell.
用标准C实现shell功能
- 用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
ls.rar
- linux下shell命令"ls -l"的C语言实现方法。,shell under linux command " ls-l" Ways of the C language implementation.
linux_c
- Linux C编程一站式学习,CHM格式,比较好的Linux之C语言学习。-Linux C programming one-stop learning, CHM format, the better the C language to learn Linux.
shell
- linux shell 命令解释器 C语言编写-linux shell command interpreter written in C
shell1
- 用C语言写的一个shell,history和ls是自己写的,其他运用了系统调用,并且可以进行后台处理以及管道的功能。-Written in C language using a shell, history, and ls write your own, the other using the system call, and can be background processing and pipeline features.
OS0417
- 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
linux_shell_C
- 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
DSA
- dsa加密算法,其中包含原理与源代码,可以学习下经典加密算法,脱壳时可能有用!-dsa encryption algorithm, which includes the principle and source code, you can study under the classical encryption algorithm may be useful when the shell!
ECC
- ECC加密算法,其中包含原理与源代码,可以学习下经典加密算法,脱壳时可能有用!-ECC encryption algorithm, which includes the principle and source code, you can study under the classical encryption algorithm may be useful when the shell!
my_shell
- 自己用c写的linux shell,可用供学习使用。是一个比较好的学习资料-C write their own use linux shell, available for study use. Study is a relatively good information
LINUXUNIXSHELL
- 《LINUX与UNIX SHELL编程指南》读书笔记-二次发布版.pdf-embedded
shell
- 在linux上執行指令 ls ctrl+h 等 按 ctrl + c 顯示執行過的指令 按 ctrl + d 結束程式 ctrl + z 顯示曾經執行過的指令 執行history 顯示出執行過的指令 -Run in the linux command ls ctrl+ h and so on in accordance with ctrl+ c show performed by the command ctrl+ d the end of the program ctrl+
linux_c_func
- 详细解释SHELL编程。shell编程人员必备,LINUX C人员编程资料-SHELL programming explained in detail. shell programmer must, LINUX C programming staff information
Shell
- Shell编程入门:Linux解释器原理详细介绍.doc
linuxshellC
- linux-shell-C语言实现 至于shell就不多说了,希望对你有用-linux-shell-C
minix_shell
- 在minix系统下,用C编写的代码,实现Minix系统shell命令解释器功能。-In the minix system, with code written in C to achieve Minix system shell command interpreter functionality.
Shellprogram.c
- This program works as Shell program in linux
informix_unix_vi
- informix vi aix shell 这些是我学习aix下程序设计的一些资料-informix vi aix shell c
10 个Shell命令解析器的功能
- 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.)