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

  • 相关阅读:
    hive中使用正則表達式不当导致执行奇慢无比
    C/C++实现正负数四舍五入
    EEPlat的控制器概念
    由于好高骛远所以半途而废(张作作)
    新辰:关于“网络推广不能仅仅依靠网络”的详解
    SQL的事务回滚操作带案例分析
    怎样把引用的jar包和本项目一起导出成jar文件
    A星算法(Java实现)
    Hadoop之——HBASE结合MapReduce批量导入数据
    Spring MVC 数据验证——validate编码方式
  • 原文地址:https://www.cnblogs.com/findumars/p/6345055.html
Copyright © 2011-2022 走看看