在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → DarwinDumper.zip

DarwinDumper.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.17M
  • 下载次数:1
  • 浏览次数:57
  • 发布时间:2021-01-25
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
用于获取macOS中某些系统信息的工具软件
【实例截图】
【核心代码】
99fc8416-eff6-4e4f-8c48-f2d34d4fd16e
├── DarwinDumper.app
│   └── Contents
│   ├── Frameworks
│   │   └── Sparkle.framework
│   │   ├── Resources
│   │   ├── Sparkle
│   │   └── Versions
│   │   ├── A
│   │   │   ├── Resources
│   │   │   │   ├── ar.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── Autoupdate.app
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   ├── MacOS
│   │   │   │   │   │   └── Autoupdate
│   │   │   │   │   ├── PkgInfo
│   │   │   │   │   └── Resources
│   │   │   │   │   ├── AppIcon.icns
│   │   │   │   │   ├── ar.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── ca.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── cs.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── da.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── de.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── el.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── en.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── es.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── fi.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── fr.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── he.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── is.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── it.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── ja.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── ko.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── nb.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── nl.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── pl.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── pt_BR.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── pt_PT.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── ro.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── ru.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── sk.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── sl.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── SUStatus.nib
│   │   │   │   │   ├── sv.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── th.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── tr.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── uk.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   ├── zh_CN.lproj
│   │   │   │   │   │   └── Sparkle.strings
│   │   │   │   │   └── zh_TW.lproj
│   │   │   │   │   └── Sparkle.strings
│   │   │   │   ├── ca.lproj
│   │   │   │   │   └── Sparkle.strings
│   │   │   │   ├── cs.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── da.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── de.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── el.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── en.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── es.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── fi.lproj
│   │   │   │   │   └── Sparkle.strings
│   │   │   │   ├── fr_CA.lproj
│   │   │   │   ├── fr.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── he.lproj
│   │   │   │   │   └── Sparkle.strings
│   │   │   │   ├── Info.plist
│   │   │   │   ├── is.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── it.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── ja.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── ko.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── nb.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── nl.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── pl.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── pt_BR.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── pt.lproj
│   │   │   │   ├── pt_PT.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── ro.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── ru.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── sk.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── sl.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── SUModelTranslation.plist
│   │   │   │   ├── SUStatus.nib
│   │   │   │   ├── sv.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── th.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── tr.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── uk.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   ├── zh_CN.lproj
│   │   │   │   │   ├── Sparkle.strings
│   │   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   │   └── zh_TW.lproj
│   │   │   │   ├── Sparkle.strings
│   │   │   │   ├── SUAutomaticUpdateAlert.nib
│   │   │   │   ├── SUUpdateAlert.nib
│   │   │   │   └── SUUpdatePermissionPrompt.nib
│   │   │   └── Sparkle
│   │   └── Current
│   ├── Info.plist
│   ├── MacOS
│   │   └── DarwinDumper
│   ├── PkgInfo
│   └── Resources
│   ├── AppIcon.icns
│   ├── Base.lproj
│   │   ├── MainMenu.nib
│   │   └── MainWindow.nib
│   ├── dsa_pub.pem
│   ├── en.lproj
│   │   ├── Credits.rtf
│   │   └── InfoPlist.strings
│   └── public
│   ├── APPLE_LICENSE.txt
│   ├── assets
│   │   ├── logo_darwinDumper_hover.png
│   │   ├── logo_darwinDumper.png
│   │   ├── sidebar_horizontal_rule.png
│   │   ├── small_info_button_active.gif
│   │   ├── small_info_button_hover.gif
│   │   ├── small_info_button_normal.gif
│   │   ├── warning_triangle_active.gif
│   │   ├── warning_triangle_hover.gif
│   │   └── warning_triangle_normal.gif
│   ├── bash
│   │   ├── bdisk.sh
│   │   ├── DarwinDumper.sh
│   │   ├── dumpACPIfromMem.sh
│   │   ├── gatherDiskUtilLoaderinfo.sh
│   │   ├── generateHTMLreport.sh
│   │   ├── script.sh
│   │   ├── shared.sh
│   │   └── uiSudoChangeRequests.sh
│   ├── config.json
│   ├── COPYRIGHT.txt
│   ├── data
│   │   ├── pci.ids.gz
│   │   └── uefi_loaders.txt
│   ├── drivers
│   │   ├── DirectHW.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── DirectHW
│   │   ├── ElCap
│   │   │   └── DirectHW.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── DirectHW
│   │   ├── Leo
│   │   │   ├── DirectHW.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── DirectHW
│   │   │   └── RadeonPCI.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   ├── MacOS
│   │   │   │   └── RadeonPCI
│   │   │   └── Resources
│   │   │   └── English.lproj
│   │   │   └── InfoPlist.strings
│   │   ├── MacPmem.kext
│   │   │   └── Contents
│   │   │   ├── _CodeSignature
│   │   │   │   └── CodeResources
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── MacPmem
│   │   ├── PreML
│   │   │   └── RadeonPCI.kext
│   │   │   └── Contents
│   │   │   ├── _CodeSignature
│   │   │   │   ├── CodeDirectory
│   │   │   │   ├── CodeRequirements
│   │   │   │   ├── CodeResources
│   │   │   │   └── CodeSignature
│   │   │   ├── Info.plist
│   │   │   ├── MacOS
│   │   │   │   └── RadeonPCI
│   │   │   └── Resources
│   │   │   └── English.lproj
│   │   │   └── InfoPlist.strings
│   │   ├── RadeonPCI.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   ├── MacOS
│   │   │   │   └── RadeonPCI
│   │   │   └── Resources
│   │   │   └── English.lproj
│   │   │   └── InfoPlist.strings
│   │   └── VoodooHDA.kext
│   │   └── Contents
│   │   ├── Info.plist
│   │   ├── MacOS
│   │   │   └── VoodooHDA
│   │   ├── PkgInfo
│   │   └── Resources
│   │   ├── English.lproj
│   │   │   └── InfoPlist.strings
│   │   └── version.plist
│   ├── GPL_V2_LICENSE.txt
│   ├── GPL_V3_LICENSE.txt
│   ├── images
│   │   ├── appIcon.icns
│   │   ├── darwindumpericon128px.png
│   │   └── reportfolder.icns
│   ├── index.html
│   ├── info_pages
│   │   ├── info_acpi.htm
│   │   ├── info_archive.htm
│   │   ├── info_biosSystem.htm
│   │   ├── info_biosVideo.htm
│   │   ├── info_bootLoaderBootSectors.htm
│   │   ├── info_bootlogF.htm
│   │   ├── info_bootlogK.htm
│   │   ├── info_codecid.htm
│   │   ├── info_collapsetables.htm
│   │   ├── info_cpuinfo.htm
│   │   ├── info_credits.htm
│   │   ├── info_devprop.htm
│   │   ├── info_diskLoaderConfigs.htm
│   │   ├── info_diskPartitionInfo.htm
│   │   ├── info_diskVolumeXuid.htm
│   │   ├── info_dmi.htm
│   │   ├── info_edid.htm
│   │   ├── info_enablehtml.htm
│   │   ├── info_firmmemmap.htm
│   │   ├── info_help.htm
│   │   ├── info_ioreg.htm
│   │   ├── info_kerneldmesg.htm
│   │   ├── info_kernelinfo.htm
│   │   ├── info_kexts.htm
│   │   ├── info_lspci.htm
│   │   ├── info_memory.htm
│   │   ├── info_nvram.htm
│   │   ├── info_opencl.htm
│   │   ├── info_power.htm
│   │   ├── info_privacy.htm
│   │   ├── info_rcscripts.htm
│   │   ├── info_Report.htm
│   │   ├── info_rtc.htm
│   │   ├── info_saveDirectory.htm
│   │   ├── info_sip.htm
│   │   ├── info_smc.htm
│   │   ├── info_symlink.htm
│   │   ├── info_sysprof.htm
│   │   ├── warn_biosSystem.htm
│   │   ├── warn_biosVideo.htm
│   │   ├── warn_codecid.htm
│   │   ├── warn_firmmemmap.htm
│   │   ├── warn_lspci.htm
│   │   └── warn_memIntelGraphics.htm
│   ├── IOregViewer
│   │   ├── IORegFileViewer.html
│   │   └── Resources
│   │   ├── assets
│   │   │   ├── IOregWebViewerBuilder_Icon_128px.png
│   │   │   └── ioregwebviewertitle.png
│   │   ├── jquery_ui_themes
│   │   │   └── smoothness
│   │   │   ├── images
│   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   ├── jquery-ui-1.10.0.custom.css
│   │   │   └── jquery-ui-1.10.0.custom.min.css
│   │   ├── scripts
│   │   │   ├── ioregviewer_dd.js
│   │   │   ├── ioregviewer.js
│   │   │   ├── jquery-1.9.1.min.js
│   │   │   ├── jquery.hotkeys.js
│   │   │   ├── jquery.jstree.js
│   │   │   ├── jquery-ui-1.10.0.custom.min.js
│   │   │   ├── jstreegrid_dd.js
│   │   │   ├── jstreegrid.js
│   │   │   └── themes
│   │   │   └── apple
│   │   │   ├── bg.jpg
│   │   │   ├── d_bak.png
│   │   │   ├── dot_for_ie.gif
│   │   │   ├── d.png
│   │   │   ├── style.css
│   │   │   └── throbber.gif
│   │   └── styles
│   │   └── ioregviewer.css
│   ├── LGPL_V2.1_LICENSE.txt
│   ├── scripts
│   │   ├── darwindumper.js
│   │   ├── jquery-3.1.0.min.js
│   │   └── jquery-ui.min.js
│   ├── styles
│   │   ├── common
│   │   │   └── jquery-ui.structure.min.css
│   │   ├── darwindumper_ui.css
│   │   ├── report
│   │   │   └── jquery-ui.theme.min.css
│   │   └── ui
│   │   ├── jquery-ui.min.css
│   │   └── jquery-ui.theme.min.css
│   ├── The MIT License (MIT).txt
│   └── Tools
│   ├── AnalyseVBIOS
│   ├── atomdis
│   ├── bdmesg
│   ├── bgrep
│   ├── cmosDumperForOsx
│   ├── csrstat
│   ├── dmidecode
│   ├── dumpACPI
│   ├── edid-decode
│   ├── fdisk440
│   ├── FirmwareMemoryMap
│   ├── flashrom
│   ├── getcodecid
│   ├── getdump
│   ├── gfxutil
│   ├── iasl
│   ├── ioregwv
│   ├── lspci
│   ├── lzma
│   ├── nvram
│   ├── oclinfo
│   ├── radeon_bios_decode
│   ├── RadeonDump
│   ├── RadeonDumpLeo
│   ├── smbios-reader
│   ├── SMC_util3
│   └── x86info
└── __MACOSX
└── DarwinDumper.app
└── Contents
├── Frameworks
│   └── Sparkle.framework
│   └── Versions
│   └── A
│   └── Resources
│   ├── ar.lproj
│   ├── Autoupdate.app
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   │   ├── ar.lproj
│   │   ├── ca.lproj
│   │   ├── cs.lproj
│   │   ├── da.lproj
│   │   ├── de.lproj
│   │   ├── el.lproj
│   │   ├── en.lproj
│   │   ├── es.lproj
│   │   ├── fi.lproj
│   │   ├── fr.lproj
│   │   ├── he.lproj
│   │   ├── is.lproj
│   │   ├── it.lproj
│   │   ├── ja.lproj
│   │   ├── ko.lproj
│   │   ├── nb.lproj
│   │   ├── nl.lproj
│   │   ├── pl.lproj
│   │   ├── pt_BR.lproj
│   │   ├── pt_PT.lproj
│   │   ├── ro.lproj
│   │   ├── ru.lproj
│   │   ├── sk.lproj
│   │   ├── sl.lproj
│   │   ├── sv.lproj
│   │   ├── th.lproj
│   │   ├── tr.lproj
│   │   ├── uk.lproj
│   │   ├── zh_CN.lproj
│   │   └── zh_TW.lproj
│   ├── ca.lproj
│   ├── cs.lproj
│   ├── da.lproj
│   ├── de.lproj
│   ├── el.lproj
│   ├── en.lproj
│   ├── es.lproj
│   ├── fi.lproj
│   ├── fr.lproj
│   ├── he.lproj
│   ├── is.lproj
│   ├── it.lproj
│   ├── ja.lproj
│   ├── ko.lproj
│   ├── nb.lproj
│   ├── nl.lproj
│   ├── pl.lproj
│   ├── pt_BR.lproj
│   ├── pt_PT.lproj
│   ├── ro.lproj
│   ├── ru.lproj
│   ├── sk.lproj
│   ├── sl.lproj
│   ├── sv.lproj
│   ├── th.lproj
│   ├── tr.lproj
│   ├── uk.lproj
│   ├── zh_CN.lproj
│   └── zh_TW.lproj
├── MacOS
└── Resources
├── Base.lproj
├── en.lproj
└── public
├── assets
├── bash
├── data
├── drivers
│   ├── DirectHW.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── ElCap
│   │   └── DirectHW.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── Leo
│   │   ├── DirectHW.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   └── RadeonPCI.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   │   └── English.lproj
│   ├── MacPmem.kext
│   │   └── Contents
│   │   ├── _CodeSignature
│   │   └── MacOS
│   ├── PreML
│   │   └── RadeonPCI.kext
│   │   └── Contents
│   │   ├── _CodeSignature
│   │   ├── MacOS
│   │   └── Resources
│   │   └── English.lproj
│   ├── RadeonPCI.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   │   └── English.lproj
│   └── VoodooHDA.kext
│   └── Contents
│   ├── MacOS
│   └── Resources
│   └── English.lproj
├── images
├── info_pages
├── IOregViewer
│   └── Resources
│   ├── assets
│   ├── jquery_ui_themes
│   │   └── smoothness
│   │   └── images
│   ├── scripts
│   │   └── themes
│   │   └── apple
│   └── styles
├── scripts
├── styles
│   ├── common
│   ├── report
│   └── ui
└── Tools

271 directories, 333 files

标签:

实例下载地址

DarwinDumper.zip

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警