Replies: 2 comments
-
I'd be interested in adding support. I personally have 0 access to windows machines/VMs currently so it's the hardest platform for me to test on (but I guess I could use the Github Actions CI) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I do have a pure Go APFS parser here - https://github.com/blacktop/go-apfs that should work on Windows as well, but it broke when the NEW lzbitmap compression was added and I don't believe I got around to finishing it. However, it is definitely on my roadmap to finish and have full APFS access to all the OSes etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
wonder if possible to add dmg apfs mount part on windows?!
for fuse part on windows there is :
dokan
winfsp
libfsapfs(can mount dmg apfs, like : ramdisk if libfuse exist), still not support mount only cryptex apfs dmg thing
Beta Was this translation helpful? Give feedback.
All reactions