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

Update BitLocker Drive Encryption (BDE) format.asciidoc #15

Closed Roxxik closed 7 years ago

Roxxik commented 7 years ago

Reading my bitlocker partition at offset 0x24(36) gave me "e01f 0000" that's 0x1fe0 if converting the endianness

Not sure if this is always the same, because i only have one image to test on. The image was generated on win10 with compatibility mode.

codecov[bot] commented 7 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   10.13%   10.13%           
=======================================
  Files          19       19           
  Lines        3780     3780           
=======================================
  Hits          383      383           
  Misses       3397     3397

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9419c28...bd07c47. Read the comment docs.

joachimmetz commented 7 years ago

Thx for the correction