Guest User

USB Contents

a guest
Apr 6th, 2020
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. D:.
  2. │ boot
  3. └───EFI
  4. ├───BOOT
  5. │ BOOTX64.efi
  6. └───CLOVER
  7. │ CLOVERX64.efi
  8. │ config.plist
  9. ├───drivers
  10. │ ├───off
  11. │ │ ApfsDriverLoader.efi
  12. │ │ AppleImageCodec.efi
  13. │ │ AppleKeyAggregator.efi
  14. │ │ AppleKeyFeeder.efi
  15. │ │ AppleUITheme.efi
  16. │ │ AptioInputFix.efi
  17. │ │ AptioMemoryFix.efi
  18. │ │ AudioDxe.efi
  19. │ │ CsmVideoDxe.efi
  20. │ │ DataHubDxe.efi
  21. │ │ EmuVariableUefi.efi
  22. │ │ EnglishDxe.efi
  23. │ │ Fat.efi
  24. │ │ FirmwareVolume.efi
  25. │ │ FSInject.efi
  26. │ │ FwRuntimeServices.efi
  27. │ │ GrubEXFAT.efi
  28. │ │ GrubISO9660.efi
  29. │ │ GrubNTFS.efi
  30. │ │ GrubUDF.efi
  31. │ │ HashServiceFix.efi
  32. │ │ HFSPlus.efi
  33. │ │ NvmExpressDxe.efi
  34. │ │ OcQuirks.efi
  35. │ │ OsxAptioFix3Drv.efi
  36. │ │ OsxAptioFixDrv.efi
  37. │ │ OsxFatBinaryDrv.efi
  38. │ │ OsxLowMemFixDrv.efi
  39. │ │ PartitionDxe.efi
  40. │ │ Ps2MouseDxe.efi
  41. │ │ SMCHelper.efi
  42. │ │ UsbKbDxe.efi
  43. │ │ UsbMouseDxe.efi
  44. │ │ VBoxExt2.efi
  45. │ │ VBoxExt4.efi
  46. │ │ VBoxHfs.efi
  47. │ │ VBoxIso9600.efi
  48. │ │ XhciDxe.efi
  49. │ │
  50. │ └───UEFI
  51. │ ApfsDriverLoader.efi
  52. │ FwRuntimeServices.efi
  53. │ HFSPlus.efi
  54. │ OcQuirks.efi
  55. ├───themes
  56. ├───tools
  57. │ bdmesg.efi
  58. │ Shell32.efi
  59. │ Shell64.efi
  60. │ Shell64U.efi
  61. ├───ACPI
  62. │ ├───origin
  63. │ ├───patched
  64. │ └───WINDOWS
  65. └───kexts
  66. └───other
  67. ├───IntelMausiEthernet.kext
  68. │ └───Contents
  69. │ │ Info.plist
  70. │ │
  71. │ └───MacOS
  72. │ IntelMausiEthernet
  73. ├───Lilu.kext
  74. │ └───Contents
  75. │ │ Info.plist
  76. │ │
  77. │ └───MacOS
  78. │ Lilu
  79. ├───USBInjectAll.kext
  80. │ └───Contents
  81. │ │ Info.plist
  82. │ │
  83. │ └───MacOS
  84. │ USBInjectAll
  85. ├───WhateverGreen.kext
  86. │ └───Contents
  87. │ │ Info.plist
  88. │ │
  89. │ └───MacOS
  90. │ WhateverGreen
  91. └───FakeSMC.kext
  92. └───Contents
  93. │ Info.plist
  94. └───MacOS
  95. FakeSMC
Advertisement
Add Comment
Please, Sign In to add comment