您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. WinAPI (Delphi版)

  2. Creating Windows CreateMDIWindow CreateWindow CreateWindowEx RegisterClass RegisterClassEx UnregisterClass Message Processing BroadcastSystemMessage CallNextHookEx CallWindowProc DefFrameProc DefMDIChildProc DefWindowProc DispatchMe ssage GetMessage
  3. 所属分类:Delphi

    • 发布日期:2004-11-10
    • 文件大小:1048576
    • 提供者:microrain
  1. siphello sdk

  2. 使用时,可以使用Demo程序中的静态用法,也可以用LoadLibrary等函数的动态方法。另外,只需要加载协议栈库(SIPHelloSDK.dll), 不需要加载媒体栈库(MediaStackDll.dll),协议栈库内部会调用媒体栈库中的方法,所以使用时这两个dll都需要。DLL所有的函数定义均在SIPHelloSDK.h中,在Delphi中需定义相应的函数,可参照Demo中函数定义的方法。DLL中公共函数接口使用的都是stdcall,函数指针也是,所以如果往Dll函数中传递函数指针,务必加
  3. 所属分类:Delphi

    • 发布日期:2009-04-29
    • 文件大小:6291456
    • 提供者:tuluo
  1. 代码注入的三种方法 系统钩子

  2. 如何将代码注入不同的进程地址空间,然后在该进程的上下文中执行注入的代码。本文将介绍三种方法: 1、Windows 钩子 2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信 3、CreateRemoteThread 和WriteProcessMemory 技术 ——如何用该技术子类化远程控件 ——何时使用该技术
  3. 所属分类:网络攻防

    • 发布日期:2009-06-06
    • 文件大小:49152
    • 提供者:xiab79
  1. 用户名密码查询findpass

  2. // Find Password from winlogon in win2000 / winnt4 + FindPass.cpp // 1. http://www.smidgeonsoft.com/ // 2. shotgun add comment, bingle change a little to find other user in winlogon // This code is licensed under the te rms of the GPL (gnu public l
  3. 所属分类:网络攻防

    • 发布日期:2009-07-15
    • 文件大小:108544
    • 提供者:jfliao
  1. 向进程注入自己的代码

  2. 向进程注入自己的dll 带有测试dll 路径和要注入的程序可以自己改 hRemoteProcess=OpenProcess(PROCESS_CREATE_THREAD| //允许远程创建线程 PROCESS_VM_OPERATION | //VM操作 PROCESS_VM_WRITE , //允许写 FALSE,dwProcessID); if(!hRemoteProcess) AfxMessageBox(L"无法打开目标进程") ; // KillTimer(m_ntime); //计算DL
  3. 所属分类:网络攻防

    • 发布日期:2009-07-17
    • 文件大小:53248
    • 提供者:yuznzhen426
  1. DLL注入实例+教程

  2. 远程注入DLL方法有很多种,也是很多木马病毒所使用的隐藏进程的方法,因为通过程序加载的DLL在进程管理器是没有显示的.这里介绍一种用 CreateRemoteThread 远程建立线程的方式注入DLL. 首先,我们要提升自己的权限,因为远程注入必不可免的要访问到目标进程的内存空间,如果没有足够的系统权限,将无法作任何事.下面是这个函数是用来提升我们想要的权限用的. function EnableDebugPriv: Boolean; var hToken: THandle; tp: TToke
  3. 所属分类:网络攻防

    • 发布日期:2009-07-27
    • 文件大小:454656
    • 提供者:buzuibuxiu
  1. 代码混淆器Programs written for the CLR reside in modules. A CLR module is a byte stream, typically stored as a file in the lo

  2. 非常好用的,直接可以用于。net下的任何程序集的保密Programs written for the CLR reside in modules. A CLR module is a byte stream, typically stored as a file in the local file system or on a Web server. As shown in Figure 2.1, a CLR module uses an extended version of the PE/
  3. 所属分类:Web开发

  1. Detours Express源码(微软API HOOK库)

  2. Detours是微软开发的一个函数库, 用于修改运行中的程序在内存中的影像,从而即使没有源代码也能改变程序的行为。具体用途是: 拦截WIN32 API调用,将其引导到自己的子程序,从而实现WIN32 API的定制。 为一个已在运行的进程创建一新线程,装入自己的代码并运行。 ---- 本文将简介Detours的原理,Detours库函数的用法, 并利用Detours库函数在Windows NT上编写了一个程序,该程序能使有“调试程序”的用户权限的用户成为系统管理员,附录利用Detours库函数修
  3. 所属分类:网络攻防

    • 发布日期:2009-09-24
    • 文件大小:425984
    • 提供者:rendao0563
  1. 用Java的JNI技术实现清屏功能

  2. 用java实现在命令方式清屏 java实现清屏功能 1. 编写一个类ClearScreen.java public class ClearScreen{ Static { loadLibrary("Clear"); } public native static void clearScreen(); public static void main(String[] args){ clearScreen(); } } 2. javac ClearScreen.java -> ClearSc
  3. 所属分类:Java

    • 发布日期:2009-11-04
    • 文件大小:13312
    • 提供者:zhangzhenglong
  1. Hook Api,hook ReadFile,hook WriteFile,hook LoadLibrary

  2. hook api,hook CreateFile,hook CloseHandle,hook ReadFile,hook WriteFile,hook LoadLibrary
  3. 所属分类:C++

    • 发布日期:2014-09-02
    • 文件大小:92160
    • 提供者:foxtj35
  1. loadlibrary failed with error 126:找不到指定模块

  2. loadlibrary failed with error 126:找不到指定模块
  3. 所属分类:其它

    • 发布日期:2014-11-02
    • 文件大小:461
    • 提供者:qq_22853037
  1. LoadLIbrary示例

  2. LoadLIbrary示例
  3. 所属分类:C/C++

    • 发布日期:2016-01-14
    • 文件大小:1024
    • 提供者:reader_dreamer
  1. python 调用 C++ dll 32位 64位 问题 ctypes.cdll.LoadLibrary

  2. t532.rar 测试代码 https://blog.csdn.net/wowocpp/article/details/105382257 python 调用 C++ dll 32位 64位 问题 ctypes.cdll.LoadLibrary
  3. 所属分类:Python

    • 发布日期:2020-04-08
    • 文件大小:2097152
    • 提供者:wowocpp
  1. Eo Webbrowser 解决win10 Failed to resolve LoadLibrary

  2. 解决win10操作系统,初始化Eo Webbrowser报错"Failed to resolve LoadLibrary",需要调用eowp.exe,来进行处理,Both EO.Pdf and EO.WebBrowser dynamically create child processes and run browser engine inside the child process at runtime. By default, Windows system file rundll32.exe
  3. 所属分类:C#

    • 发布日期:2019-12-30
    • 文件大小:53477376
    • 提供者:zhangdajiang
  1. 深入解析System.load 与 System.loadLibrary

  2. 以下是对System.load与System.loadLibrary进行了详细的分析介绍。需要的朋友可以过来参考下
  3. 所属分类:其它

    • 发布日期:2020-09-05
    • 文件大小:39936
    • 提供者:weixin_38694343
  1. loadLibrary msc error:java.lang.UnsatisfiedLinkError:

  2. loadLibrary msc error:java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file “/data/app/com.example.xflinean-1/base.apk”],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn’t find “libmsc.so” 出现加载so包有问题时 在buidl.
  3. 所属分类:其它

    • 发布日期:2021-01-03
    • 文件大小:20480
    • 提供者:weixin_38695773
  1. CAD2014启动出现loadlibrary failed with error 87-附件资源

  2. CAD2014启动出现loadlibrary failed with error 87-附件资源
  3. 所属分类:互联网

  1. CAD2014启动出现loadlibrary failed with error 87-附件资源

  2. CAD2014启动出现loadlibrary failed with error 87-附件资源
  3. 所属分类:互联网

  1. LoadLibraryFuncDLL:外部LoadLibrary注入DLL-用于将C#GUI与C ++连接-源码

  2. LoadLibraryFuncDLL:外部LoadLibrary注入DLL-用于将C#GUI与C ++连接
  3. 所属分类:其它

    • 发布日期:2021-02-13
    • 文件大小:6144
    • 提供者:weixin_42150745
  1. loadlibrary:将Windows动态链接库移植到Linux-源码

  2. loadlibrary:将Windows动态链接库移植到Linux
  3. 所属分类:其它

    • 发布日期:2021-02-02
    • 文件大小:825344
    • 提供者:weixin_42101384
« 12 3 4 5 6 7 8 9 10 »