pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

ISO "SymLink" Fix #436

Closed pjrinaldi closed 2 years ago

pjrinaldi commented 2 years ago

Need to ensure symlink files don't get ignored. in the xp install iso, there are 2 files which point to the same content but have different names. I need to ensure both get written to the tree. so I either need to compare blocks between descriptor types rather than for every file, or also compare the filename to ensure it isn't the same.

pjrinaldi commented 2 years ago

iso symlink fixed for test iso i have.