-
这是一个简单的防火墙,可以阻止一些危险的东西,也可以显示…
这是一个简单的防火墙,可以拦截一些危险东西,还可以显示来源IP,只是这是个英文版的,可能有点不好用。-This is a simple firewall can block some dangerous things that can also display the source IP, but this is the English version, may be a bit bad to use.
- 2022-07-26 01:20:26下载
- 积分:1
-
一个CMDshell 类库。。简单调用成员函数 就可以实现CMDSHELL功能...
一个CMDshell 类库。。简单调用成员函数 就可以实现CMDSHELL功能-a CMDshell library. . Members of a simple function call can be achieved functional CMDSHE
- 2022-01-26 04:03:36下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
动态链接库的实现,如何创建动态链接库,如何对动态链接库进行使用...
动态链接库的实现,如何创建动态链接库,如何对动态链接库进行使用-The realization of a dynamic link library, how to create a dynamic link library, how to use dynamic-link library
- 2022-03-20 11:04:34下载
- 积分:1
-
The application shows how to use functions of the JN5121 Integrated Peripherals...
The application shows how to use functions of the JN5121 Integrated Peripherals API to READ
from and WRITE to an industry standard 24LC04 serial EEPROM
- 2023-03-03 17:30:04下载
- 积分:1
-
VC下进行窗口和线程间,窗口之间通信通常采用消息机制,这个例子比较全面,应用到了具体工程...
VC下进行窗口和线程间,窗口之间通信通常采用消息机制,这个例子比较全面,应用到了具体工程-VC under the window and threads, the window between the commonly used communications mechanism news, the more comprehensive example of the application of a specific project
- 2022-04-15 12:45:45下载
- 积分:1
-
一个图形化的操作系统
内含原代码用fasm编译即可
一个图形化的操作系统
内含原代码用fasm编译即可-a graphical operating system includes the original code can be compiled using FASM
- 2022-03-18 05:37:07下载
- 积分:1
-
This is a use of DOC prepared by the operating system GUI System
这是一个利用DOC操作系统编写的GUI系统-This is a use of DOC prepared by the operating system GUI System
- 2023-05-27 15:30:03下载
- 积分:1
-
可以作为实现的参考(编译需要其他库,没有).
可以作为实现的参考(编译需要其他库,没有). -- 能根据配置文件, 监测系统或者指定进程的资源占用(cpu,内存,缓存), 并能设置告警阈值与对应操作(关闭/重启)等功能. windows 系统下的.可以参考实现, 只是参考. --我以前的一个同事的作品--anl.-can be used as a reference (you will need the other without).-- According to the configuration file, Monitoring System or designated resources to the process of occupation (cpu, memory, cache), and can set alarm thresholds and corresponding operations (closed/restart), and other functions. Under the windows. reference fruition, but reference.-- I used a colleague"s works-- anl.
- 2022-06-26 04:12:49下载
- 积分:1
-
是一个TAPI拨号程序,有一些功能挺实用,很有学习价值。
是一个TAPI拨号程序,有一些功能挺实用,很有学习价值。-TAPI is a dial-up procedure, there are some very useful features.
- 2022-02-12 10:50:26下载
- 积分:1