sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
884 stars 209 forks source link

Use folder containing UFED XML report as root. Fix #2089 #2090

Closed fmpfeifer closed 4 months ago

fmpfeifer commented 4 months ago

When using a UFED XML report as DataSource, UfedXmlReader.java was trying to use the XML file itself as a root folder for files referenced inside de XML. It should use the folder containing the XML report instead.

lfcnassif commented 4 months ago

Thinking better, since the XML report is composed by the XML file plus the exported files, we should accept its parent folder again. What other DEVs think?

lfcnassif commented 4 months ago

Sorry, I think I misunderstood the issue. The issue is with the file references right @fmpfeifer?

lfcnassif commented 4 months ago

Actually I think we still accept the XML parent folder as Datasource. Does this fix work with that?