-
本人写的一个提供各种图片解码显示的lib的原代码,可以调用此lib来显示各种格式的图片...
本人写的一个提供各种图片解码显示的lib的原代码,可以调用此lib来显示各种格式的图片-I write a decoder to provide a variety of picture shows the original code of the lib, you can call this lib to display images in various formats
- 2022-08-15 09:37:54下载
- 积分:1
-
在我们实际用软件时,经常可看到许多动态连接库。动态连接库有其自身的优点
如节省内存、支持多语种等功能,而且,当DLL中的函数改变后,只要不是参数的改变...
在我们实际用软件时,经常可看到许多动态连接库。动态连接库有其自身的优点
如节省内存、支持多语种等功能,而且,当DLL中的函数改变后,只要不是参数的改变
调用起的函数并不需要重新编译。
-In our actual use of software, often can be seen in many dynamic link library. Dynamic Link Library has its own advantages, such as saving memory, support for features such as multi-lingual, but also, when the DLL
- 2022-04-27 22:36:07下载
- 积分:1
-
从可执行程序里提取图标的程序源码
从可执行程序里提取图标的程序源码-from executable icon to extract the procedures FOSS
- 2022-07-04 00:46:51下载
- 积分:1
-
My net phone for PSTN and VOIP ,try it thanks.
My net phone for PSTN and VOIP ,try it thanks.-My net phone for PSTN and VOIP, try it thanks.
- 2022-06-03 12:07:59下载
- 积分:1
-
学生成绩管理,可以对学生成绩进行,输入,查询,修改,排名等功能....
学生成绩管理,可以对学生成绩进行,输入,查询,修改,排名等功能.-student performance management, student achievement can be right for input, inquiries, modify, ranking functions.
- 2022-03-05 16:23:58下载
- 积分:1
-
系统驱动程序
the dos fat file system driver
- 2022-01-21 05:39:06下载
- 积分:1
-
vc++源码 文件被其他程序更改时提醒用户
vc++源码 文件被其他程序更改时提醒用户-vc++ source files are other programs to remind users when to change
- 2022-08-09 20:39:15下载
- 积分:1
-
此代码演示了如何使用vb编程来禁止usb接口的使用!
此代码演示了如何使用vb编程来禁止usb接口的使用!-this code demonstrates how to use Visual Basic Programming Interface to prohibit the use usb!
- 2022-03-24 07:40:39下载
- 积分: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
-
缓冲区溢出光速入门.pdf 很棒的溢出入门教程
缓冲区溢出光速入门.pdf 很棒的溢出入门教程-Buffer Overflow entry speed of light. Pdf great overflow Tutorial
- 2022-05-31 00:25:14下载
- 积分:1