您现在的位置:首页 >> 硬件系统 >> 硬件系统 >> 内容

随意将函数执行权限提高到Ring0源代码WinRing

时间:2011/9/3 15:19:56 点击:

  核心提示:unit WinRing;interfaceuses Windows,WinSvc,Dialogs,Forms;Type TRingData = Record AdjRing0Entry:ULONG...

unit WinRing;

interface
uses Windows,WinSvc,Dialogs,Forms;
Type
    TRingData = Record
        AdjRing0Entry:ULONG ;
        RegData:array[0..6] of ULONG;
    end;

    TRing0Proc = Procedure;StdCall;

procedure OpenWinRing;
function CloseDriver:boolean;
procedure ProcessRing0(Ring0Proc: TRing0Proc);StdCall;

const
    DRIVER = 'WINRING';

implementation
代码已经打包下载



迅雷专用高速下载

作者:网络 来源:转载
共有评论 0相关评论
发表我的评论
  • 大名:
  • 内容:
  • 盒子文章(www.2ccc.com) © 2024 版权所有 All Rights Reserved.
  • 沪ICP备05001939号