Description: 这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务-Here are other programs to control the dynamic library window of the source. Including the Finder, mobile window, maximize, minimize the window to write the contents of the window controls, press a button, change the window size, hide the taskbar, showing the task Platform: |
Size: 7168 |
Author: |
Hits:
Description: 这是使用 Win32 API 编写的一个功能强大的程序。可谓无所不能。
1、编辑和修改任何活动程序的窗口、菜单、工具栏以及其它控制(各种按钮、编辑框、组合框等)。
2、对于某个运行中程序的窗口/控制,你可以:
——将它们Enable/Disable,Show/Hide,销毁(带自定义返回);
——修改它们的图标、口令字符、字体、背景色、位置、大小和标题;
3、编辑某个窗口的菜单、工具栏(enable/disable,销毁,获取和设置其ID等);
4、显示出所有运行的进程、线程、模块(dlls)和窗口清单,并可以kill进程。
5、用模块察看器可以加载和卸载库(dlls),可以注册和注销ocx/dll文件。
6、类似WM_COMMAND的消息可以被发送到某个窗口。
7、任何窗口都可以被拷贝成一幅位图图像(Bitmap),并将图像发到剪贴板。
8、Disable任务管理器(Task Manager)。
9、察看被各个窗口打开的所有文件。从而监视系统中文件的活动。
-This is the use of Win32 API prepared a powerful process. Is omnipotent. One, editing and revising procedures for any activity window, menu, toolbar, and other control (various buttons, edit box, frame composition etc.). 2 for a certain operation procedures window/control, you can :-- they Enable/Disable, Show/Hide destruction (with the custom to return);-- Amend their icon, password characters, fonts, background color, location, size and title ; 3, editing a window menu, toolbar (enable/disable, destroy, access and set up their ID, etc.); 4, showing all running processes, threads, modules (dlls) and the list window and can kill the process. 5, the modules can be inspected for loading and unloading libraries (dlls), it randomly registration and cancellation/dll file. 6, similar Platform: |
Size: 190464 |
Author:郑波 |
Hits:
Description: 1、《解压缩动态链接库Zip.dll》具有免费版和正式版本两种,免费版本
可以无限制永久使用。
2、两种版本之间的差别:免费版有"免费版"及相关联系信息等字样。免
费版不可以隐藏进度条窗体,正式版本可自行根据需要进行选择。其它功
能均与正式版本相同。
3、正式版本的使用权仅限购买方软件中使用,购买方
信息也包含在文件中,不得将《解压缩动态链接库Zip.dll》单独进行交换、
转让和销售,一经发现,将采取技术手段封锁对该用户的后续版本的升级,
并在法律许可的最大范围追究相应的法律责任。-a "decompression Zip.dll dynamic link library" is a free version and the official version of the two, unrestricted free version can be used permanently. 2, two versions of the difference between : a free version of a "free version" and related contact information and so forth. A free version can not hide the progress of the form, and the final version may themselves need to choose. Other features with the official version of the same. 3, the official version of the right to use limited to the purchase of software used to purchase information is also included in the document, not to "extract the dynamic link library Zip.dll" separate exchange, transfer and sale, once discovered, technical means will be taken to blockade any of the follow-up version of the upgra Platform: |
Size: 299008 |
Author: |
Hits:
Description: 文件系统驱动开发的文档资料(IFS DDK),包括新文件过滤接口程序员指南.rar,实现对硬盘的监控.txt,文件重定向操作.txt,注册表重定向.txt,DLL函数重定向的问题.txt,关于文件夹地隐藏.txt等。-file system driver development Documentation (IFS DDK), including new file filters Interface Programmer's Guide. rar, the hard drive monitoring. txt, Redirector operation. txt, redirect registry. txt, DLL function redirects the question. txt, on the folder to hide. txt and so on. Platform: |
Size: 499712 |
Author:zgb |
Hits:
Description: 一个简单通过远程线程注入方式隐藏进程的源码.一个DLL模块,一个loader模块.可以拿来当模板使用.方便极了.-A simple manner through remote thread into the source code to hide the process. A DLL module, a module loader. Can be used as a template to use. Very convenient. Platform: |
Size: 246784 |
Author:车军 |
Hits:
Description: 隐藏任意进程源代码,VC++。用法: HideProcess [ PName | PID ], drop一个dll注入想要隐藏的进程,修改系统进程链。-Arbitrary process to hide the source code, VC++. Usage: HideProcess [PName | PID], drop a dll into the process you want to hide, modify system process chain. Platform: |
Size: 62464 |
Author:DNA |
Hits:
Description: 这是一个 能隐藏进程的源代码。没有其他恶意代码,仅仅隐藏进程。-This is a process to hide the source code. No other malicious code, just to hide the process. Platform: |
Size: 91136 |
Author:张龙 |
Hits:
Description: Although I do not know what kind icesword enumerated services, it is estimated that by the end times calendar SCM internal ServiceRecordList to detect. Why? See below. The annex InjectDLL.exe put hideservice.dll injected into Ser vices.exe process after Alerter service will be hidden swap. Detection also used icesword not Alerter service. Code principle is very simple. Services.exe is in the process of finding ServiceRecordList table Hide will need the services disconnected from the chain on. Since icesword also can not be detected. it shows icesword calendar through the end times within the SCM ServiceRecordL ist to detect Platform: |
Size: 2048 |
Author:fisher |
Hits:
Description: Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码-The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can be fairly easily achieved by CreateRemoteThread() API function. I have created a sample application DLL that demonstrate this approach Platform: |
Size: 9216 |
Author:miller |
Hits:
Description: these are two functions that can be used to hide your just loaded dll, from the process peb. use one or another-these are two functions that can be used to hide your just loaded dll, from the process peb. use one or another Platform: |
Size: 102400 |
Author:tornado |
Hits:
Description: Easy way to set up global API hooks-Easy way to set up global API hooks
It uses AppInit_DLLs registry key for DLL injection and Mhook library for API hooking. To illustrate this technique we will show how to easily hide calc.exe from the list of running processes. Platform: |
Size: 71680 |
Author:xmxjc |
Hits:
Description: 文章主要研究的是DLL木马的隐藏技术,硕士学位论文-In the article, we introduced the hide technology of the Trojan horse in the
boarding computer. master thesis Platform: |
Size: 1993728 |
Author:sss |
Hits:
Description: Exe中嵌入Dll加载引用库库,可隐藏系统的架构,又可同时系统的可扩展灵活性,多人并行开发!-Exe embedded Dll load referenced library library to hide the system architecture, but also at the same time the system can be expanded flexibility and many parallel development! Platform: |
Size: 171008 |
Author:小考 |
Hits: