首页
社区
课程
招聘
[原创]Windows 下加载 Apple dmg 工具 DMGMounter
发表于: 2015-5-13 21:59 2454

[原创]Windows 下加载 Apple dmg 工具 DMGMounter

2015-5-13 21:59
2454
基于 Dokan 的驱动框架,在Windows 下,将 Apple DMG 文件加载为虚拟磁盘。
很多 Apple OSX 程序的发布都是Dmg 格式。通过此工具能直接读取DMG中的文件。
目前只支持WIN7以上系统。

1 安装 Dokan 驱动框架, 附件
2 安装  Visual C++ Redistributable Packages for Visual Studio 2013
https://www.microsoft.com/en-us/download/details.aspx?id=40784
3 运行 DMGMounter.exe /f [你的DMG文件], 自动加载到 Y盘
4 访问完毕关闭 DMGMounter, 自动卸载Y盘

DMGMounter.exe
  /f FileToMount (ex. /f C:\test.dmg)
  /l DriveLetter (ex. /l Y default Y)
  /t ThreadCount (ex. /t 1 default 1)
  /r (Follow Symlinks)
  /d (enable debug output)
  /s (use stderr for output)
  /n (use network drive)

[课程]FART 脱壳王!加量不加价!FART作者讲授!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 10845
活跃值: (17236)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
楼主的工具很实用啊,支持分享
2015-5-14 10:29
0
游客
登录 | 注册 方可回帖
返回
//