搜索资源列表
dll_myown
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. Static and Dynamic Library for the disti
xuhanshu
- 关于c++虚函数的运用 主要功能是实现一个类似与问题提问的回答.-c on the use of virtual function main function is to achieve a similar problem with the question answered.
SelectFile
- 光标默认选择指定目录中的文件. 如: c:\\test.dll 通过函数 ShellExecute来实现-Cursor is selected by default the files in the specified directory
linuxbook001
- linux C函数库 linux initial make-baby-linux shell初解 shell详解 -linux C library linux initialmake-baby-linuxshell explain the early solution of shell
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
Shut
- 淳朴C++代码实现瞬间关机,没有包含任何函数库。不需要任何头文件支持。直接shellcode实现了动态调用RtlAdjustPriviladge和NtShutdownSystem,附带int 0x2E。:)-Honest C++ code to achieve an instant shutdown, does not contain any libraries. Does not require any header file support. Direct shellcode achieve
Runsrcipt
- 使用系统的com组件完美执行网页中的js代码 适合各种自定函数的执行方便易懂-C++ perfectly executed for a variety of custom JS code execution functions easy to understand
CmdAsUser
- CmdAsUser - start a command as a specified user Usage: CmdAsUser <user> <domain> [/p <password>] [/c <command>] 介绍一个控制台实用程序,在 Windows NT 系统中运行,它以专门的用户身份启动某个程序命令。它用 Windows API 函数 LogonUser 编程,以专门的用户身份/密码登陆到NT。如果登陆成功,则用 Cre