libyal / libbde

Library and tools to access the BitLocker Drive Encryption (BDE) encrypted volumes
GNU Lesser General Public License v3.0
216 stars 53 forks source link

Python binding for mount tools? #41

Closed taishi8117 closed 5 years ago

taishi8117 commented 5 years ago

I was wondering whether there is a plan to add a Python binding for bdemount so that a Bitlocker image can be directly mounted from Python without using the bdemount binary.

joachimmetz commented 5 years ago

No plans, this is out of scope of the pybde Python bindings. As far as I know there is also no cross-platform uniform way to do mounts.

You should be able to build such a script with pybde and pyfuse

taishi8117 commented 5 years ago

That's fair, thanks for the response!