查看: 574|回复: 0

[OpenCore] 如何正确屏蔽kext驱动文件加载?

[复制链接]
发表于 2021-5-2 18:16 | 显示全部楼层 |阅读模式 |IP属地河南
快御云安全
如图所示,在opencore配置文件中已经添加了配置信息

结果清除缓存,重启之后依然无果

opencore版本为0.6.8Mod版(https://bbs.pcbeta.com/viewthread-1838814-1-1.html)
  1. <key>Kernel</key>
  2.         <dict>
  3.                 <key>Add</key>
  4.                 <array>
  5.                         <dict>
  6.                                 <key>Arch</key>
  7.                                 <string>x86_64</string>
  8.                                 <key>BundlePath</key>
  9.                                 <string>Lilu.kext</string>
  10.                                 <key>Comment</key>
  11.                                 <string>Patch engine</string>
  12.                                 <key>Enabled</key>
  13.                                 <true/>
  14.                                 <key>ExecutablePath</key>
  15.                                 <string>Contents/MacOS/Lilu</string>
  16.                                 <key>MaxKernel</key>
  17.                                 <string></string>
  18.                                 <key>MinKernel</key>
  19.                                 <string>10.0.0</string>
  20.                                 <key>PlistPath</key>
  21.                                 <string>Contents/Info.plist</string>
  22.                         </dict>
  23.                         <dict>
  24.                                 <key>Arch</key>
  25.                                 <string>x86_64</string>
  26.                                 <key>BundlePath</key>
  27.                                 <string>VirtualSMC.kext</string>
  28.                                 <key>Comment</key>
  29.                                 <string>SMC emulator</string>
  30.                                 <key>Enabled</key>
  31.                                 <true/>
  32.                                 <key>ExecutablePath</key>
  33.                                 <string>Contents/MacOS/VirtualSMC</string>
  34.                                 <key>MaxKernel</key>
  35.                                 <string></string>
  36.                                 <key>MinKernel</key>
  37.                                 <string>10.0.0</string>
  38.                                 <key>PlistPath</key>
  39.                                 <string>Contents/Info.plist</string>
  40.                         </dict>
  41.                         <dict>
  42.                                 <key>Arch</key>
  43.                                 <string>x86_64</string>
  44.                                 <key>BundlePath</key>
  45.                                 <string>AppleALC.kext</string>
  46.                                 <key>Comment</key>
  47.                                 <string>Audio patches</string>
  48.                                 <key>Enabled</key>
  49.                                 <true/>
  50.                                 <key>ExecutablePath</key>
  51.                                 <string>Contents/MacOS/AppleALC</string>
  52.                                 <key>MaxKernel</key>
  53.                                 <string></string>
  54.                                 <key>MinKernel</key>
  55.                                 <string>12.0.0</string>
  56.                                 <key>PlistPath</key>
  57.                                 <string>Contents/Info.plist</string>
  58.                         </dict>
  59.                         <dict>
  60.                                 <key>Arch</key>
  61.                                 <string>x86_64</string>
  62.                                 <key>BundlePath</key>
  63.                                 <string>AirportItlwm.kext</string>
  64.                                 <key>Comment</key>
  65.                                 <string></string>
  66.                                 <key>Enabled</key>
  67.                                 <true/>
  68.                                 <key>ExecutablePath</key>
  69.                                 <string>Contents/MacOS/AirportItlwm</string>
  70.                                 <key>MaxKernel</key>
  71.                                 <string></string>
  72.                                 <key>MinKernel</key>
  73.                                 <string></string>
  74.                                 <key>PlistPath</key>
  75.                                 <string>Contents/Info.plist</string>
  76.                         </dict>
  77.                         <dict>
  78.                                 <key>Arch</key>
  79.                                 <string>x86_64</string>
  80.                                 <key>BundlePath</key>
  81.                                 <string>WhateverGreen.kext</string>
  82.                                 <key>Comment</key>
  83.                                 <string>Video patches</string>
  84.                                 <key>Enabled</key>
  85.                                 <true/>
  86.                                 <key>ExecutablePath</key>
  87.                                 <string>Contents/MacOS/WhateverGreen</string>
  88.                                 <key>MaxKernel</key>
  89.                                 <string></string>
  90.                                 <key>MinKernel</key>
  91.                                 <string>12.0.0</string>
  92.                                 <key>PlistPath</key>
  93.                                 <string>Contents/Info.plist</string>
  94.                         </dict>
  95.                         <dict>
  96.                                 <key>Arch</key>
  97.                                 <string>x86_64</string>
  98.                                 <key>BundlePath</key>
  99.                                 <string>SmallTreeIntel82576.kext</string>
  100.                                 <key>Comment</key>
  101.                                 <string></string>
  102.                                 <key>Enabled</key>
  103.                                 <true/>
  104.                                 <key>ExecutablePath</key>
  105.                                 <string>Contents/MacOS/SmallTreeIntel82576</string>
  106.                                 <key>MaxKernel</key>
  107.                                 <string></string>
  108.                                 <key>MinKernel</key>
  109.                                 <string></string>
  110.                                 <key>PlistPath</key>
  111.                                 <string>Contents/Info.plist</string>
  112.                         </dict>
  113.                         <dict>
  114.                                 <key>Arch</key>
  115.                                 <string>x86_64</string>
  116.                                 <key>BundlePath</key>
  117.                                 <string>IntelMausi.kext</string>
  118.                                 <key>Comment</key>
  119.                                 <string>Intel Ethernet LAN</string>
  120.                                 <key>Enabled</key>
  121.                                 <true/>
  122.                                 <key>ExecutablePath</key>
  123.                                 <string>Contents/MacOS/IntelMausi</string>
  124.                                 <key>MaxKernel</key>
  125.                                 <string></string>
  126.                                 <key>MinKernel</key>
  127.                                 <string></string>
  128.                                 <key>PlistPath</key>
  129.                                 <string>Contents/Info.plist</string>
  130.                         </dict>
  131.                         <dict>
  132.                                 <key>Arch</key>
  133.                                 <string>x86_64</string>
  134.                                 <key>BundlePath</key>
  135.                                 <string>USBPorts.kext</string>
  136.                                 <key>Comment</key>
  137.                                 <string></string>
  138.                                 <key>Enabled</key>
  139.                                 <true/>
  140.                                 <key>ExecutablePath</key>
  141.                                 <string></string>
  142.                                 <key>MaxKernel</key>
  143.                                 <string></string>
  144.                                 <key>MinKernel</key>
  145.                                 <string></string>
  146.                                 <key>PlistPath</key>
  147.                                 <string>Contents/Info.plist</string>
  148.                         </dict>
  149.                         <dict>
  150.                                 <key>Arch</key>
  151.                                 <string>x86_64</string>
  152.                                 <key>BundlePath</key>
  153.                                 <string>CPUFriend.kext</string>
  154.                                 <key>Comment</key>
  155.                                 <string></string>
  156.                                 <key>Enabled</key>
  157.                                 <false/>
  158.                                 <key>ExecutablePath</key>
  159.                                 <string>Contents/MacOS/CPUFriend</string>
  160.                                 <key>MaxKernel</key>
  161.                                 <string></string>
  162.                                 <key>MinKernel</key>
  163.                                 <string></string>
  164.                                 <key>PlistPath</key>
  165.                                 <string>Contents/Info.plist</string>
  166.                         </dict>
  167.                         <dict>
  168.                                 <key>Arch</key>
  169.                                 <string>x86_64</string>
  170.                                 <key>BundlePath</key>
  171.                                 <string>CPUFriendDataProvider.kext</string>
  172.                                 <key>Comment</key>
  173.                                 <string></string>
  174.                                 <key>Enabled</key>
  175.                                 <false/>
  176.                                 <key>ExecutablePath</key>
  177.                                 <string></string>
  178.                                 <key>MaxKernel</key>
  179.                                 <string></string>
  180.                                 <key>MinKernel</key>
  181.                                 <string></string>
  182.                                 <key>PlistPath</key>
  183.                                 <string>Contents/Info.plist</string>
  184.                         </dict>
  185.                         <dict>
  186.                                 <key>Arch</key>
  187.                                 <string>Any</string>
  188.                                 <key>BundlePath</key>
  189.                                 <string>NVMeFix.kext</string>
  190.                                 <key>Comment</key>
  191.                                 <string></string>
  192.                                 <key>Enabled</key>
  193.                                 <false/>
  194.                                 <key>ExecutablePath</key>
  195.                                 <string>Contents/MacOS/NVMeFix</string>
  196.                                 <key>MaxKernel</key>
  197.                                 <string></string>
  198.                                 <key>MinKernel</key>
  199.                                 <string></string>
  200.                                 <key>PlistPath</key>
  201.                                 <string>Contents/Info.plist</string>
  202.                         </dict>
  203.                         <dict>
  204.                                 <key>Arch</key>
  205.                                 <string>Any</string>
  206.                                 <key>BundlePath</key>
  207.                                 <string>SMCProcessor.kext</string>
  208.                                 <key>Comment</key>
  209.                                 <string></string>
  210.                                 <key>Enabled</key>
  211.                                 <false/>
  212.                                 <key>ExecutablePath</key>
  213.                                 <string>Contents/MacOS/SMCProcessor</string>
  214.                                 <key>MaxKernel</key>
  215.                                 <string></string>
  216.                                 <key>MinKernel</key>
  217.                                 <string></string>
  218.                                 <key>PlistPath</key>
  219.                                 <string>Contents/Info.plist</string>
  220.                         </dict>
  221.                         <dict>
  222.                                 <key>Arch</key>
  223.                                 <string>Any</string>
  224.                                 <key>BundlePath</key>
  225.                                 <string>SMCSuperIO.kext</string>
  226.                                 <key>Comment</key>
  227.                                 <string></string>
  228.                                 <key>Enabled</key>
  229.                                 <false/>
  230.                                 <key>ExecutablePath</key>
  231.                                 <string>Contents/MacOS/SMCSuperIO</string>
  232.                                 <key>MaxKernel</key>
  233.                                 <string></string>
  234.                                 <key>MinKernel</key>
  235.                                 <string></string>
  236.                                 <key>PlistPath</key>
  237.                                 <string>Contents/Info.plist</string>
  238.                         </dict>
  239.                         <dict>
  240.                                 <key>Arch</key>
  241.                                 <string>Any</string>
  242.                                 <key>BundlePath</key>
  243.                                 <string>USBInjectAll.kext</string>
  244.                                 <key>Comment</key>
  245.                                 <string></string>
  246.                                 <key>Enabled</key>
  247.                                 <false/>
  248.                                 <key>ExecutablePath</key>
  249.                                 <string>Contents/MacOS/USBInjectAll</string>
  250.                                 <key>MaxKernel</key>
  251.                                 <string></string>
  252.                                 <key>MinKernel</key>
  253.                                 <string></string>
  254.                                 <key>PlistPath</key>
  255.                                 <string>Contents/Info.plist</string>
  256.                         </dict>
  257.                         <dict>
  258.                                 <key>Arch</key>
  259.                                 <string>Any</string>
  260.                                 <key>BundlePath</key>
  261.                                 <string>X99_Injector USB 3.kext</string>
  262.                                 <key>Comment</key>
  263.                                 <string></string>
  264.                                 <key>Enabled</key>
  265.                                 <false/>
  266.                                 <key>ExecutablePath</key>
  267.                                 <string></string>
  268.                                 <key>MaxKernel</key>
  269.                                 <string></string>
  270.                                 <key>MinKernel</key>
  271.                                 <string></string>
  272.                                 <key>PlistPath</key>
  273.                                 <string>Contents/Info.plist</string>
  274.                         </dict>
  275.                         <dict>
  276.                                 <key>Arch</key>
  277.                                 <string>Any</string>
  278.                                 <key>BundlePath</key>
  279.                                 <string>XHCI-unsupported.kext</string>
  280.                                 <key>Comment</key>
  281.                                 <string></string>
  282.                                 <key>Enabled</key>
  283.                                 <false/>
  284.                                 <key>ExecutablePath</key>
  285.                                 <string></string>
  286.                                 <key>MaxKernel</key>
  287.                                 <string></string>
  288.                                 <key>MinKernel</key>
  289.                                 <string></string>
  290.                                 <key>PlistPath</key>
  291.                                 <string>Contents/Info.plist</string>
  292.                         </dict>
  293.                         <dict>
  294.                                 <key>Arch</key>
  295.                                 <string>Any</string>
  296.                                 <key>BundlePath</key>
  297.                                 <string>HibernationFixup.kext</string>
  298.                                 <key>Comment</key>
  299.                                 <string></string>
  300.                                 <key>Enabled</key>
  301.                                 <false/>
  302.                                 <key>ExecutablePath</key>
  303.                                 <string>Contents/MacOS/HibernationFixup</string>
  304.                                 <key>MaxKernel</key>
  305.                                 <string></string>
  306.                                 <key>MinKernel</key>
  307.                                 <string></string>
  308.                                 <key>PlistPath</key>
  309.                                 <string>Contents/Info.plist</string>
  310.                         </dict>
  311.                 </array>
  312.                 <key>Block</key>
  313.                 <array>
  314.                         <dict>
  315.                                 <key>Arch</key>
  316.                                 <string>Any</string>
  317.                                 <key>Comment</key>
  318.                                 <string></string>
  319.                                 <key>Enabled</key>
  320.                                 <false/>
  321.                                 <key>Identifier</key>
  322.                                 <string>com.apple.driver.AppleTyMCEDriver</string>
  323.                                 <key>MaxKernel</key>
  324.                                 <string></string>
  325.                                 <key>MinKernel</key>
  326.                                 <string></string>
  327.                         </dict>
  328.                         <dict>
  329.                                 <key>Arch</key>
  330.                                 <string>x86_64</string>
  331.                                 <key>Comment</key>
  332.                                 <string></string>
  333.                                 <key>Enabled</key>
  334.                                 <true/>
  335.                                 <key>Identifier</key>
  336.                                 <string>com.apple.driver.ACPI_SMC_PlatformPlugin</string>
  337.                                 <key>MaxKernel</key>
  338.                                 <string></string>
  339.                                 <key>MinKernel</key>
  340.                                 <string></string>
  341.                         </dict>
  342.                 </array>
  343.                 <key>Emulate</key>
  344.                 <dict>
  345.                         <key>Cpuid1Data</key>
  346.                         <data>8gYDAAAAAAAAAAAAAAAAAA==</data>
  347.                         <key>Cpuid1Mask</key>
  348.                         <data>/////wAAAAAAAAAAAAAAAA==</data>
  349.                         <key>DummyPowerManagement</key>
  350.                         <false/>
  351.                         <key>MaxKernel</key>
  352.                         <string></string>
  353.                         <key>MinKernel</key>
  354.                         <string></string>
  355.                 </dict>
  356.                 <key>Force</key>
  357.                 <array>
  358.                         <dict>
  359.                                 <key>Arch</key>
  360.                                 <string>Any</string>
  361.                                 <key>BundlePath</key>
  362.                                 <string>System/Library/Extensions/IONetworkingFamily.kext</string>
  363.                                 <key>Comment</key>
  364.                                 <string></string>
  365.                                 <key>Enabled</key>
  366.                                 <false/>
  367.                                 <key>ExecutablePath</key>
  368.                                 <string>Contents/MacOS/IONetworkingFamily</string>
  369.                                 <key>Identifier</key>
  370.                                 <string>com.apple.iokit.IONetworkingFamily</string>
  371.                                 <key>MaxKernel</key>
  372.                                 <string>13.99.99</string>
  373.                                 <key>MinKernel</key>
  374.                                 <string></string>
  375.                                 <key>PlistPath</key>
  376.                                 <string>Contents/Info.plist</string>
  377.                         </dict>
  378.                 </array>
  379.                 <key>Patch</key>
  380.                 <array>
  381.                         <dict>
  382.                                 <key>Arch</key>
  383.                                 <string>x86_64</string>
  384.                                 <key>Base</key>
  385.                                 <string></string>
  386.                                 <key>Comment</key>
  387.                                 <string>xcpm_bootstrap_HASwell_E (c) Pike R. Alpha Modify By N.Mano 10.16</string>
  388.                                 <key>Count</key>
  389.                                 <integer>0</integer>
  390.                                 <key>Enabled</key>
  391.                                 <true/>
  392.                                 <key>Find</key>
  393.                                 <data>jUPEPEJ3Ig==</data>
  394.                                 <key>Identifier</key>
  395.                                 <string>kernel</string>
  396.                                 <key>Limit</key>
  397.                                 <integer>0</integer>
  398.                                 <key>Mask</key>
  399.                                 <data></data>
  400.                                 <key>MaxKernel</key>
  401.                                 <string></string>
  402.                                 <key>MinKernel</key>
  403.                                 <string></string>
  404.                                 <key>Replace</key>
  405.                                 <data>jUPBPEJ3Ig==</data>
  406.                                 <key>ReplaceMask</key>
  407.                                 <data></data>
  408.                                 <key>Skip</key>
  409.                                 <integer>0</integer>
  410.                         </dict>
  411.                         <dict>
  412.                                 <key>Arch</key>
  413.                                 <string>x86_64</string>
  414.                                 <key>Base</key>
  415.                                 <string></string>
  416.                                 <key>Comment</key>
  417.                                 <string>xcpm_core_scope_msrs (c) Pike R. Alpha Modify By N.Mano 10.16</string>
  418.                                 <key>Count</key>
  419.                                 <integer>0</integer>
  420.                                 <key>Enabled</key>
  421.                                 <false/>
  422.                                 <key>Find</key>
  423.                                 <data>MdLorVIBAA==</data>
  424.                                 <key>Identifier</key>
  425.                                 <string>kernel</string>
  426.                                 <key>Limit</key>
  427.                                 <integer>0</integer>
  428.                                 <key>Mask</key>
  429.                                 <data></data>
  430.                                 <key>MaxKernel</key>
  431.                                 <string></string>
  432.                                 <key>MinKernel</key>
  433.                                 <string></string>
  434.                                 <key>Replace</key>
  435.                                 <data>MdKQkJCQkA==</data>
  436.                                 <key>ReplaceMask</key>
  437.                                 <data></data>
  438.                                 <key>Skip</key>
  439.                                 <integer>0</integer>
  440.                         </dict>
  441.                         <dict>
  442.                                 <key>Arch</key>
  443.                                 <string>x86_64</string>
  444.                                 <key>Base</key>
  445.                                 <string></string>
  446.                                 <key>Comment</key>
  447.                                 <string>_xcpm_pkg_scope_msrs (c) Pike R. Alpha Modify By N.Mano 10.16</string>
  448.                                 <key>Count</key>
  449.                                 <integer>0</integer>
  450.                                 <key>Enabled</key>
  451.                                 <false/>
  452.                                 <key>Find</key>
  453.                                 <data>MdLoqiH//w==</data>
  454.                                 <key>Identifier</key>
  455.                                 <string>kernel</string>
  456.                                 <key>Limit</key>
  457.                                 <integer>0</integer>
  458.                                 <key>Mask</key>
  459.                                 <data></data>
  460.                                 <key>MaxKernel</key>
  461.                                 <string></string>
  462.                                 <key>MinKernel</key>
  463.                                 <string></string>
  464.                                 <key>Replace</key>
  465.                                 <data>MdKQkJCQkA==</data>
  466.                                 <key>ReplaceMask</key>
  467.                                 <data></data>
  468.                                 <key>Skip</key>
  469.                                 <integer>0</integer>
  470.                         </dict>
  471.                         <dict>
  472.                                 <key>Arch</key>
  473.                                 <string>x86_64</string>
  474.                                 <key>Base</key>
  475.                                 <string></string>
  476.                                 <key>Comment</key>
  477.                                 <string>_xcpm_SMT_scope_msrs #1 (c) Pike R. Alpha Modify By N.Mano</string>
  478.                                 <key>Count</key>
  479.                                 <integer>0</integer>
  480.                                 <key>Enabled</key>
  481.                                 <false/>
  482.                                 <key>Find</key>
  483.                                 <data>vgYAAABd6QgAAAA=</data>
  484.                                 <key>Identifier</key>
  485.                                 <string>kernel</string>
  486.                                 <key>Limit</key>
  487.                                 <integer>0</integer>
  488.                                 <key>Mask</key>
  489.                                 <data></data>
  490.                                 <key>MaxKernel</key>
  491.                                 <string></string>
  492.                                 <key>MinKernel</key>
  493.                                 <string></string>
  494.                                 <key>Replace</key>
  495.                                 <data>vgYAAABdw5CQkJA=</data>
  496.                                 <key>ReplaceMask</key>
  497.                                 <data></data>
  498.                                 <key>Skip</key>
  499.                                 <integer>0</integer>
  500.                         </dict>
  501.                         <dict>
  502.                                 <key>Arch</key>
  503.                                 <string>x86_64</string>
  504.                                 <key>Base</key>
  505.                                 <string></string>
  506.                                 <key>Comment</key>
  507.                                 <string>_xcpm_SMT_scope_msrs_2 (c) Pike R. Alpha Modify By N.Mano</string>
  508.                                 <key>Count</key>
  509.                                 <integer>0</integer>
  510.                                 <key>Enabled</key>
  511.                                 <false/>
  512.                                 <key>Find</key>
  513.                                 <data>MdLoOP3//w==</data>
  514.                                 <key>Identifier</key>
  515.                                 <string>kernel</string>
  516.                                 <key>Limit</key>
  517.                                 <integer>0</integer>
  518.                                 <key>Mask</key>
  519.                                 <data></data>
  520.                                 <key>MaxKernel</key>
  521.                                 <string></string>
  522.                                 <key>MinKernel</key>
  523.                                 <string></string>
  524.                                 <key>Replace</key>
  525.                                 <data>MdKQkJCQkA==</data>
  526.                                 <key>ReplaceMask</key>
  527.                                 <data></data>
  528.                                 <key>Skip</key>
  529.                                 <integer>0</integer>
  530.                         </dict>
  531.                         <dict>
  532.                                 <key>Arch</key>
  533.                                 <string>x86_64</string>
  534.                                 <key>Base</key>
  535.                                 <string></string>
  536.                                 <key>Comment</key>
  537.                                 <string>_xcpm_enable_pstate_patch (c) Pike R. Alpha Modify By N.Mano</string>
  538.                                 <key>Count</key>
  539.                                 <integer>0</integer>
  540.                                 <key>Enabled</key>
  541.                                 <true/>
  542.                                 <key>Find</key>
  543.                                 <data>QcHmCElj1onQSMHqIA==</data>
  544.                                 <key>Identifier</key>
  545.                                 <string>kernel</string>
  546.                                 <key>Limit</key>
  547.                                 <integer>0</integer>
  548.                                 <key>Mask</key>
  549.                                 <data></data>
  550.                                 <key>MaxKernel</key>
  551.                                 <string></string>
  552.                                 <key>MinKernel</key>
  553.                                 <string></string>
  554.                                 <key>Replace</key>
  555.                                 <data>QcHmCLgA/wAAMdKQkA==</data>
  556.                                 <key>ReplaceMask</key>
  557.                                 <data></data>
  558.                                 <key>Skip</key>
  559.                                 <integer>0</integer>
  560.                         </dict>
  561.                         <dict>
  562.                                 <key>Arch</key>
  563.                                 <string>x86_64</string>
  564.                                 <key>Base</key>
  565.                                 <string></string>
  566.                                 <key>Comment</key>
  567.                                 <string>xcpm MSR Patch 4206 (c) Pike R. Alpha Modify By N.Mano</string>
  568.                                 <key>Count</key>
  569.                                 <integer>0</integer>
  570.                                 <key>Enabled</key>
  571.                                 <true/>
  572.                                 <key>Find</key>
  573.                                 <data>QgYAANwzBgAAAAAAAAAAAB8AAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</data>
  574.                                 <key>Identifier</key>
  575.                                 <string>kernel</string>
  576.                                 <key>Limit</key>
  577.                                 <integer>0</integer>
  578.                                 <key>Mask</key>
  579.                                 <data></data>
  580.                                 <key>MaxKernel</key>
  581.                                 <string></string>
  582.                                 <key>MinKernel</key>
  583.                                 <string></string>
  584.                                 <key>Replace</key>
  585.                                 <data>QgYAAAAAAAAAAAAAAAAAAB8AAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</data>
  586.                                 <key>ReplaceMask</key>
  587.                                 <data></data>
  588.                                 <key>Skip</key>
  589.                                 <integer>0</integer>
  590.                         </dict>
  591.                         <dict>
  592.                                 <key>Arch</key>
  593.                                 <string>x86_64</string>
  594.                                 <key>Base</key>
  595.                                 <string></string>
  596.                                 <key>Comment</key>
  597.                                 <string>C6/C7_If=E2-Enabled=0x7E000403  (c) Pike R. Alpha Modify By N.Mano</string>
  598.                                 <key>Count</key>
  599.                                 <integer>0</integer>
  600.                                 <key>Enabled</key>
  601.                                 <true/>
  602.                                 <key>Find</key>
  603.                                 <data>4gAAAEwAAAAAAAAAAAAAAA8EAAAAAAAABQAAHg==</data>
  604.                                 <key>Identifier</key>
  605.                                 <string>kernel</string>
  606.                                 <key>Limit</key>
  607.                                 <integer>0</integer>
  608.                                 <key>Mask</key>
  609.                                 <data></data>
  610.                                 <key>MaxKernel</key>
  611.                                 <string></string>
  612.                                 <key>MinKernel</key>
  613.                                 <string></string>
  614.                                 <key>Replace</key>
  615.                                 <data>4gAAAEwAAAAAAAAAAAAAAA8EAAAAAAAAAwQAfg==</data>
  616.                                 <key>ReplaceMask</key>
  617.                                 <data></data>
  618.                                 <key>Skip</key>
  619.                                 <integer>0</integer>
  620.                         </dict>
  621.                         <dict>
  622.                                 <key>Arch</key>
  623.                                 <string>x86_64</string>
  624.                                 <key>Base</key>
  625.                                 <string></string>
  626.                                 <key>Comment</key>
  627.                                 <string>xcpm support /0x82D390/MSR_PP0_POLICY 0x63a (c) Pike R. Alpha Modify By N.Mano</string>
  628.                                 <key>Count</key>
  629.                                 <integer>0</integer>
  630.                                 <key>Enabled</key>
  631.                                 <true/>
  632.                                 <key>Find</key>
  633.                                 <data>OgYAANwzBgAAAAAAAAAAAB8=</data>
  634.                                 <key>Identifier</key>
  635.                                 <string>kernel</string>
  636.                                 <key>Limit</key>
  637.                                 <integer>0</integer>
  638.                                 <key>Mask</key>
  639.                                 <data></data>
  640.                                 <key>MaxKernel</key>
  641.                                 <string></string>
  642.                                 <key>MinKernel</key>
  643.                                 <string></string>
  644.                                 <key>Replace</key>
  645.                                 <data>OgYAAAAAAAAAAAAAAAAAAAA=</data>
  646.                                 <key>ReplaceMask</key>
  647.                                 <data></data>
  648.                                 <key>Skip</key>
  649.                                 <integer>0</integer>
  650.                         </dict>
  651.                         <dict>
  652.                                 <key>Arch</key>
  653.                                 <string>Any</string>
  654.                                 <key>Base</key>
  655.                                 <string></string>
  656.                                 <key>Comment</key>
  657.                                 <string>USB Port limit patch #1/2 10.15.x (credit DalianSky)</string>
  658.                                 <key>Count</key>
  659.                                 <integer>0</integer>
  660.                                 <key>Enabled</key>
  661.                                 <false/>
  662.                                 <key>Find</key>
  663.                                 <data>g/sPDw==</data>
  664.                                 <key>Identifier</key>
  665.                                 <string>com.apple.iokit.IOUSBHostFamily</string>
  666.                                 <key>Limit</key>
  667.                                 <integer>0</integer>
  668.                                 <key>Mask</key>
  669.                                 <data></data>
  670.                                 <key>MaxKernel</key>
  671.                                 <string></string>
  672.                                 <key>MinKernel</key>
  673.                                 <string></string>
  674.                                 <key>Replace</key>
  675.                                 <data>g/s/Dw==</data>
  676.                                 <key>ReplaceMask</key>
  677.                                 <data></data>
  678.                                 <key>Skip</key>
  679.                                 <integer>0</integer>
  680.                         </dict>
  681.                         <dict>
  682.                                 <key>Arch</key>
  683.                                 <string>Any</string>
  684.                                 <key>Base</key>
  685.                                 <string></string>
  686.                                 <key>Comment</key>
  687.                                 <string>USB Port limit patch #2/2 10.15.x (credit DalianSky)</string>
  688.                                 <key>Count</key>
  689.                                 <integer>0</integer>
  690.                                 <key>Enabled</key>
  691.                                 <false/>
  692.                                 <key>Find</key>
  693.                                 <data>g/kPDw==</data>
  694.                                 <key>Identifier</key>
  695.                                 <string>com.apple.driver.usb.AppleUSBXHCI</string>
  696.                                 <key>Limit</key>
  697.                                 <integer>0</integer>
  698.                                 <key>Mask</key>
  699.                                 <data></data>
  700.                                 <key>MaxKernel</key>
  701.                                 <string></string>
  702.                                 <key>MinKernel</key>
  703.                                 <string></string>
  704.                                 <key>Replace</key>
  705.                                 <data>g/k/Dw==</data>
  706.                                 <key>ReplaceMask</key>
  707.                                 <data></data>
  708.                                 <key>Skip</key>
  709.                                 <integer>0</integer>
  710.                         </dict>
  711.                 </array>
  712.                 <key>Quirks</key>
  713.                 <dict>
  714.                         <key>AppleCpuPmCfgLock</key>
  715.                         <false/>
  716.                         <key>AppleXcpmCfgLock</key>
  717.                         <false/>
  718.                         <key>AppleXcpmExtraMsrs</key>
  719.                         <false/>
  720.                         <key>AppleXcpmForceBoost</key>
  721.                         <false/>
  722.                         <key>CustomSMBIOSGuid</key>
  723.                         <false/>
  724.                         <key>DisableIoMapper</key>
  725.                         <false/>
  726.                         <key>DisableLinkeditJettison</key>
  727.                         <true/>
  728.                         <key>DisableRtcChecksum</key>
  729.                         <false/>
  730.                         <key>ExtendBTFeatureFlags</key>
  731.                         <false/>
  732.                         <key>ExternalDiskIcons</key>
  733.                         <false/>
  734.                         <key>ForceSecureBootScheme</key>
  735.                         <false/>
  736.                         <key>IncreasePciBarSize</key>
  737.                         <false/>
  738.                         <key>LapicKernelPanic</key>
  739.                         <false/>
  740.                         <key>LegacyCommpage</key>
  741.                         <false/>
  742.                         <key>PanicNoKextDump</key>
  743.                         <false/>
  744.                         <key>PowerTimeoutKernelPanic</key>
  745.                         <false/>
  746.                         <key>SetApfsTrimTimeout</key>
  747.                         <integer>-1</integer>
  748.                         <key>ThirdPartyDrives</key>
  749.                         <false/>
  750.                         <key>XhciPortLimit</key>
  751.                         <false/>
  752.                 </dict>
  753.                 <key>Scheme</key>
  754.                 <dict>
  755.                         <key>FuzzyMatch</key>
  756.                         <true/>
  757.                         <key>KernelArch</key>
  758.                         <string>x86_64</string>
  759.                         <key>KernelCache</key>
  760.                         <string>Prelinked</string>
  761.                 </dict>
  762.         </dict>
复制代码



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋联系我们

Copyright © 2005-2024 PCBeta. All rights reserved.

Powered by Discuz!  CDN加速及安全服务由「快御」提供

请勿发布违反中华人民共和国法律法规的言论,会员观点不代表远景论坛官方立场。

远景在线 ( 苏ICP备17027154号 )|远景论坛 |Win11论坛 |Win10论坛 |Win8论坛 |Win7论坛 |WP论坛 |Office论坛

GMT+8, 2024-12-13 05:52

快速回复 返回顶部 返回列表