资源列表
一个简单的shell程序
- 《操作系统—精髓与设计原理》一书中myshell编程项目
ByShell
- 一个shell的客户端和服务端,功能比较齐全,-A shell s client and server
myshell
- 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment
mouse
- 支持命令行(批处理)调用的鼠标行为控制程序,可以控制鼠标移动到屏幕上指定的位置,双击 单击鼠标左键或右键等,非常实用,再配合vbs sendkeys命令——可以代替按键精灵了。-Support command line (batch) call control procedures mouse behavior, you can control the mouse to move to a specified location on the screen, double-click the mo
47098-Windows+PowerShell实战指南(第3版)
- Windows+PowerShell practice
winhex-shell
- winhex脚本命令教程,自己编辑的,请笑纳^_^,winhex脚本是其强大功能的一个体现。
SentimentAnalysis
- 用于自然语言处理中的情感分析,是基于情感词典的情感分析-Affective analysis based on emotion dictionary for emotion analysis
.bat-instance
- 收集的几百个经典批处理实例(.bat源码),每个源码都附有详细的注释。绝对适合想学习批处理的同学。-Collection of hundreds of classic instance of a batch (. Bat source), each source is accompanied by detailed notes. Is suitable for a batch of students want to learn.
ycjc
- 缓冲区溢出教程 1.WINDOWS下堆浅溢出入门 2.WINDOWS下SHELLCODE编写初步 3.后门的编写和SHELLCODE的提取 -Buffer Overflow Tutorial 1.WINDOWS under the shallow heap overflow 2.WINDOWS entry Shellcode prepared under the initial 3. The back door of the preparation and extract
tcp
- shell脚本编程,生成TCP活动状况报告 netstat --statistics --tcp命令可以列出tcp统计信息。编写shell脚本程序,每隔1分钟生成1行信息:当前时间;这一分钟内TCP发送了多少报文;接收了多少报文;收发报文总数;行尾给出符号+或-或空格(+表示这分钟收发报文数比上分钟多,收发报文数相同用空格,否则用符号-) -Shell scr ipting, TCP activity report generation The netstat--statist
MININET
- python语言在mininet下实现host、switch、controller网络TOPO图的搭建-Implement Python under mininet host to construct the switch, the controller network TOPO maps
c语言shellcode运行器
- 可以自行修改16进制shellcode,运行*程序!