Talk:LwVM

From The iPhone Wiki
Revision as of 18:23, 15 September 2014 by Danzatt (talk | contribs) (Created page with "== Volume manager == Volumes can be managed by using LightweightVolumeManager kext. You can interface with it using IOKit (which is well documented by Apple, example usage can...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Volume manager

Volumes can be managed by using LightweightVolumeManager kext. You can interface with it using IOKit (which is well documented by Apple, example usage can be seen at comex's attach-and-detach utility). The deal is to reverse engineer the right interface, selector codes, ... Probably restore ramdisk might contain some useful binaries which make us of this kext (or disassemble the kext itself). --Danzatt (talk) 18:23, 15 September 2014 (UTC)