-
加密输入表
这是我在学习PE文件的时候 写的一个 加密输入表的 代码
本人 最近想写一个反汇编引擎 但是总是没法成功 希望懂的人能联系Q997806506
- 2022-01-25 16:51:48下载
- 积分:1
-
把普通程序注册为windows工具栏
把普通程序注册为windows工具栏-turn ordinary procedures for the registration windows toolbar
- 2022-07-13 00:02:35下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。 -This is an SDK program. This procedure tracking shows the coordinates of the mouse position, and if the mouse can be displayed in the window s title bar operating information, if the customer area of the window to double-click, double-click the location of points will be shown on location information.
- 2022-03-22 15:37:22下载
- 积分:1
-
获取隐藏进程, 获取隐藏进程,
获取隐藏进程, 获取隐藏进程, -get the hidden process,get the hidden process,get the hidden process
- 2023-07-18 04:15:03下载
- 积分:1
-
进程调度模拟程序是从网上下载供参考…
调度器进程模拟程序是从网上下载的,供参考
- 2022-03-19 01:22:30下载
- 积分:1
-
detection cpu source code
检测cpu的源代码-detection cpu source code
- 2022-03-10 15:49:08下载
- 积分: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源代码
这是一个宾馆管理系统的vb源代码-This a hotel management system vb source code.
- 2022-08-14 09:46:12下载
- 积分:1
-
using hotkey operation to achieve a PoC
利用热键操作实现一键通-using hotkey operation to achieve a PoC
- 2022-02-04 03:29:26下载
- 积分:1
-
in vc development environment, the window
在vc++开发环境中,非窗口的定时器是比较复杂的工作,所以笔者开发了一个类,能实现非窗口定时器-in vc development environment, the window-timer is quite complex, so I developed a class, window to achieve non-timer
- 2023-05-17 18:05:03下载
- 积分:1