zoukankan      html  css  js  c++  java
  • RtlAdjustPrivilege进程提权,权限ID对照表

    [cpp] view plain copy
     
     在CODE上查看代码片派生到我的代码片
    1. SeCreateTokenPrivilege            0x2  
    2. SeAssignPrimaryTokenPrivilege     0x3  
    3. SeLockMemoryPrivilege             0x4  
    4. SeIncreaseQuotaPrivilege          0x5  
    5. SeUnsolicitedInputPrivilege       0x0  
    6. SeMachineAccountPrivilege         0x6  
    7. SeTcbPrivilege                    0x7  
    8. SeSecurityPrivilege               0x8  
    9. SeTakeOwnershipPrivilege          0x9  
    10. SeLoadDriverPrivilege             0xa  
    11. SeSystemProfilePrivilege          0xb  
    12. SeSystemtimePrivilege             0xc  
    13. SeProfileSingleProcessPrivilege   0xd  
    14. SeIncreaseBasePriorityPrivilege   0xe  
    15. SeCreatePagefilePrivilege         0xf  
    16. SeCreatePermanentPrivilege        0x10  
    17. SeBackupPrivilege                 0x11  
    18. SeRestorePrivilege                0x12  
    19. SeShutdownPrivilege               0x13  
    20. SeDebugPrivilege                  0x14  
    21. SeAuditPrivilege                  0x15  
    22. SeSystemEnvironmentPrivilege      0x16  
    23. SeChangeNotifyPrivilege           0x17  
    24. SeRemoteShutdownPrivilege         0x18  
    25. SeUndockPrivilege                 0x19  
    26. SeSyncAgentPrivilege              0x1a  
    27. SeEnableDelegationPrivilege       0x1b  
    28. SeManageVolumePrivilege           0x1c  
    29. SeImpersonatePrivilege            0x1d  
    30. SeCreateGlobalPrivilege           0x1e  
    31. SeTrustedCredManAccessPrivilege   0x1f  
    32. SeRelabelPrivilege                0x20  
    33. SeIncreaseWorkingSetPrivilege     0x21  
    34. SeTimeZonePrivilege               0x22  
    35. SeCreateSymbolicLinkPrivilege     0x23  

    http://blog.csdn.net/zwfgdlc/article/details/52794551

  • 相关阅读:
    ThinkPHP5+jQuery+MySql实现投票功能
    JQ input输入框回车生成标签,可删除,并获取标签的值
    php 使用 CURL 获取数据
    new String创建了几个对象
    java高级开发面试总结
    使用 Sublime Text 将含下划线的字符串批量替换为驼峰命名法格式的字符串
    Synchronized方法锁、对象锁、类锁区别
    利用Redisson实现分布式锁及其底层原理解析
    MySQL索引
    JVM常见面试题
  • 原文地址:https://www.cnblogs.com/findumars/p/6345055.html
Copyright © 2011-2022 走看看