-
既是实用小工具(搜寻VB工程相关文件,并复制到新的目录),又是编程小技巧的集合,不可不看。...
既是实用小工具(搜寻VB工程相关文件,并复制到新的目录),又是编程小技巧的集合,不可不看。-is both practical small tools (search VB projects related documents and copied to a new directory), is the programming skills of a small pool, I can not see.
- 2023-02-17 11:25:03下载
- 积分:1
-
写一个保护模式下多任务磁盘驱动// 英文教程
写一个保护模式下多任务磁盘驱动// 英文教程 -write a protected mode multi-tasking disk drive// English Directory
- 2023-08-06 22:55:03下载
- 积分:1
-
快速关闭计算机程序源代码
是用汇编语言
不提示保存
快速关闭计算机程序源代码
是用汇编语言
不提示保存-Rapid closure of a computer program source code is the assembly language is not prompted to save
- 2022-02-25 12:10:40下载
- 积分:1
-
很好的汇编计算机科学的课程不能胜的基础知识…
很好的汇编教程 学计算机的不可不打的基础知识 分析内存很有用-Very good compilation of the computer science curriculum can not beat a basic knowledge of analysis of memory very useful
- 2022-03-25 22:27:43下载
- 积分: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
-
用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。...
用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。-with VB.NET prepared by the keyboard hook procedures. We certainly want to use it. Through the API calls to achieve.
- 2022-05-12 14:17:26下载
- 积分:1
-
一个C++线程池库,包括智能指针、线程模拟的定时器
一个C++线程池库,包括智能指针、线程模拟的定时器-thread pool
- 2022-09-23 19:50:03下载
- 积分:1
-
利用 Windows API 函数,通过画图过程改变系统菜单样式,设置自定义风格的菜单。...
利用 Windows API 函数,通过画图过程改变系统菜单样式,设置自定义风格的菜单。-use Windows API function, the process of change through painting style menu system, Settings defined style menu.
- 2022-05-20 22:48:47下载
- 积分:1
-
VB写成的Base64编解码和MD5编号程序。
VB写成的Base64编解码和MD5编号程序。
- 2022-02-27 03:06:09下载
- 积分:1
-
PURE
PURE-FTPD for WINDOWS 源码共享吧
好东东哦-PURE- FTPD for sharing Windows source code Eastern oh well it
- 2022-06-22 02:21:41下载
- 积分:1