-
一个得到本机所有进程的例子
一个得到本机所有进程的例子--An example of getting all processes of localhost
- 2022-03-06 09:44:56下载
- 积分:1
-
鼠标取词的一个小程序,用VB6.0写的.大家可以学习学习
鼠标取词的一个小程序,用VB6.0写的.大家可以学习学习-The mouse to take the word of a small program written in VB6.0. We can learn it
- 2023-01-29 21:35:03下载
- 积分:1
-
快排,将小于枢轴的元素移到前面,将大于枢轴的元素移到后面...
快排,将小于枢轴的元素移到前面,将大于枢轴的元素移到后面-Fast scheduling, will be less than the pivot element to the front, will be greater than the pivot element to the back of
- 2022-05-27 03:06:44下载
- 积分:1
-
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function...
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function exports table-pe analysis of the information document, Table section Festival information, DATA_DIRECTORY various locations, information and resource information, function table imports and exports table function
- 2023-08-30 07:25:03下载
- 积分:1
-
C++示例:螺纹加工
C++ sample : thread proce
- 2022-03-18 01:05:34下载
- 积分:1
-
In one of my latest projects, I was fiddling around with existing decompression...
In one of my latest projects, I was fiddling around with existing decompression classes, for Zip. I noticed though, that RAR had a far better compression ratio for certain files, and that the existing DLL handled everything itself, including the latest version of the RAR format.
- 2022-02-14 16:56:20下载
- 积分:1
-
delphi编写的检测NumLock、Insert、CapsLock、ScrollLock键的状态得小程序...
delphi编写的检测NumLock、Insert、CapsLock、ScrollLock键的状态得小程序-delphi prepared by the detection NumLock, Insert, CapsLock. ScrollLock key state in the small procedures
- 2022-04-19 15:16:04下载
- 积分: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
-
Written with the VC a view to achieve the registry editing program, you learn to...
一个用VC写的实现注册表查看编辑功能的程序,各位学习注册表编程的可以下下来参考参考-Written with the VC a view to achieve the registry editing program, you learn to program can make a registry down Reference Reference
- 2022-08-06 04:43:36下载
- 积分:1
-
一个简单的多线程程序事例,自己运行以下,会有很大的收获
一个简单的多线程程序事例,自己运行以下,会有很大的收获-A simple example of multi-threaded program that they run the following, there will be a great harvest
- 2023-02-03 00:30:04下载
- 积分:1