搜索资源列表
VB远程DLL注入、卸载及自我删除
- VB远程注入DLL、并尝试卸载程序和自我删除,此为代码不是太多,放上来供参考,请不要用于非法途径,仅供学习研究。
Service
- vc制作windows服务程序,从别人那找来的一个类,用着不错,上传为了备份 使用 程序名.exe -s 为安装服务 程序名 -r 为卸载服务-vc create windows service program, from others that got from a class, with a good backup to use the program name in order to upload. exe-s for the installation service progra
driverInstallDll
- 驱动加载和卸载的DLL,可以用VC编译成DLL 给别人调用-Driver install and uninstall DLL
9030SetupDll_Update
- CE 6.0平台cab安装库(Setup DLL)程序创建桌面快捷、及卸载的C++例子 开发环境:eVC-Cab installed base of CE 6.0 Platform (Setup DLL) program to create desktop shortcut, and the unloading of the C++ examples of development environments: eVC
InJectDLL
- 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL
dll_remotethread_inject
- dll远程注入进程后,自行卸载的源代码 压缩包解压时-dll remote thread inject code
ProcessMng
- 该软件实现了简单的windows任务管理器功能,具有查看进程、结束进程、查看进程模块、DLL注入、DLL卸载等功能-The software implements a simple task management feature windows with view the process, the end of the process, view the process module, DLL injection, DLL unloading functions
dll-loading-and-unloading
- dll加载以及卸载,vc++源码,希望大家能用得着。-dll loading and unloading, vc++ source.
内存DLL操作支持库
- 此支持库支持静态链接!用于内存加载/卸载/注入DLL。支持加载易语言静态编译的DLL。 附件包含例子源码
dll
- delphi写的,任何程序加载这个dll,用工具都查不出来,通过卸载自己完成,模仿dll加载的过程-delphi write any program to load the dll tools do not check out, completed by uninstalling imitate dll loaded process
VB_zhuru_unload_DLL_source
- vb编译的远程线程注入并且最重要的是如何卸载dll的源码。-vb compiled remote thread injection and most importantly how to uninstall dll source.
closeie
- 本程序为易语言编译的 文件提取的是文化监管平台的 MsPage.dll DLL劫持文件 运行后会在 系统安装目录下 增加2个文件 MsPage.dll SouGou.ime SouGou.ime 为DLL安装文件 你也可以把 MsPage.dll复制出来 用DLL注入工具 注入到 explorer.exe 这个进程效果是一样的 如果你安装了文化监管网吧客户端 那请先运行卸载dll.vbs 在运行 注入文件 -close ie start page
Delphi-unloading-DLL-process
- 正一些木马采用DLL注入的方式存在于系统中,由于其隐蔽性,对于用户来说是很大威胁,下面介绍如何用Delphi卸载任意进程的某个动态链接库DLL。一、DLL注入DLL注人是指以各种如钩子、远程线程、木马DLL等方式,将某个DLL注入到目标进程中运行,由于不需要进程驻留,这种方式往往能达到较好的隐藏效果。-Some Trojans are using DLL injection methods exist in the system, because of its hidden nature, is
dxclzikzbt
- 首先,相信大家都知道易语言静态编译的DLL远线程注入到易语言写的EXE中后,可以远线程调用FreeLibrary进行卸载,但如果被注入的EXE是其他语言写的,就不行了。远线程调用FreeLibrary卸载DLL会导致EXE崩溃。所以很多人认为静态编译的DLL只能注入,不能卸载。-Multithreaded program crashes thread leak solution
dll注入目标窗口与卸载
- dll注入目标窗口与卸载源码,这个是.cpp文件,改完直接拖进vc可直接运行
sssss
- 易语言自卸载dll源码例子,谢谢 希望你们喜欢-Easy language DLL self uninstall
DLL自卸载无模块注入源码
- .版本 2 hFile = CreateFileA (strFileName, #GENERIC_READ, #FILE_SHARE_READ, 0, #OPEN_EXISTING, #FILE_ATTRIBUTE_NORMAL, 0) .如果真 (hFile = -1) 返回 (假) .如果真结束 pFileBuff = 0 nFileSize = GetFileSize (hFile, 0) .如果真 (nFileSize = 0) 返回 (假) .如果
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d
BlackMoonDll1
- 自卸载DLL 不影响主程序运行 完美卸载不占用(Self uninstall DLL does not affect the perfect uninstall of the main program.)
《内存DLL操作支持库》含例子源码和演示录像
- 内存中DLL的注入和卸载,适用于游戏外挂注入。(The injection and uninstall of DLL in memory is suitable for game plug-in injection.)