libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
286 stars 74 forks source link

PT_MV_* not decoded #106

Open jengelh opened 2 years ago

jengelh commented 2 years ago

testcase.c.txt

Executing this on a PST file I have here yields:

NID 0x8082
proptag 0x36d81102
datasize 262
mv_num 0  <-- wrong
proptag 0x3a56101f
datasize 36
mv_num 0  <-- wrong
proptag 0x68051004
datasize 8
get_mv ERROR <-- bad

0x36d81102 is present on the Inbox folder, so most PSTs have it. Other-typed properties like 1004 can be trivially added with e.g. MFCMAPI on the same folder to make them appear in the PST too.

joachimmetz commented 2 years ago

thx for the report I'll have a look when time permits