我有一个旧的加密 .dmg 文件,我想打开它。尽我所能,但现在我别无选择。
选项 1:dmg2img
获取错误信息:dmg image is corrupted
然后我尝试使用vfdecrypt,但得到了错误(2) during key unwrap operation!
选项 2:
在 mmls 命令期间libfvde错误:Cannot determine partition type
选项 3:
执行期间HFSExplorer错误:
Trying to detect CEncryptedEncoding structure...
CEncryptedEncoding structure found! Creating filter stream...
Detecting sparseimage structure...
Trying to detect UDIF structure...
UDIF structure found! Creating filter stream...
Could not open file! Exception thrown:
org.catacombae.dmgextractor.DmgException: Invalid zlib data!
Run Code Online (Sandbox Code Playgroud)
我阅读了如何打开 .dmg 文件?并遵循了大部分提示和技巧,但我被困在这里。
我的 HDMI 显示器有问题。
xrandr 输出:
Screen 0: minimum 320 x 200, current 5760 x 1080, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
1920x1080 60.00*+ 50.00 59.94
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.90
1280x960 60.00
1280x720 60.00 50.00 59.94
1024x768 75.03 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x480 60.00 …
Run Code Online (Sandbox Code Playgroud)