WinRing0帮助文档

时间:2017-05-09 15:14:58
【文件属性】:
文件名称:WinRing0帮助文档
文件大小:35KB
文件格式:CHM
更新时间:2017-05-09 15:14:58
WinRing0 How to Use Common Put WinRing0.dll, WinRing0x64.dll, WinRing0.sys, WinRing0x64.sys, and WinRing0.vxd into the directory where your application's executable file resides. Visual C++ 2005/2008 See also sample application. Load-Time Dynamic Linking Add WinRing0.lib or WinRing0x64.lib to your project. Add #include "OlsApi.h" statement to your source file. Call InitializeOls(). Call GetDllStatus() to check error. Call the library's functions. Call DeinitializeOls(). Reference : Load-Time Dynamic Linking (MSDN) Run-Time Dynamic Linking Add #include "OlsApiInit.h" statement to your source file. Call InitOpenLibSys(). Call GetDllStatus() to check error. Call the library's functions. * Call DeinitOpenLibSys(). *If you would like to call the library's functions on other source files, you should add #include "OlsApiInitExt.h" statement to the source files. Reference : Run-Time Dynamic Linking (MSDN) Visual C# 2005/2008 See also sample application. Put OpenLibSys.cs into your project. Add using OpenLibSys; statement to your source file. Call GetStatus() and GetDllStatus() to check error. Call the library's functions. *Supported platform target is "x86", "x64" and "Any CPU". But WinRing0 does not support "IA64".

网友评论

  • 谢谢哈,方法我去试一下
  • 英文的官方文档,很全,不错
  • 很好的资料,很齐全,谢谢.
  • 使用它实现了密码控件自动化输入
  • 还不错,谢了!!!
  • 很好的帮助文档。
  • 非常好谢谢……
  • 里面没有介绍读写物理内存的API的说明
  • 是官方的文档,找了好久,sf上这个项目主页貌似都崩了
  • 多谢放出,多谢放出,多谢放出
  • 资源挺不错,多谢放出
  • WinRing0说民文档,windows硬件和内存访问工具。仅仅是文档,各位需要.h\.dll\.lib文件的可以去下载个完整的压缩包。 总体描述和实际相符合,给满分。