mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Minor changes to zip extractor
This commit is contained in:
parent
dd2c9e740d
commit
156e95c7e8
@ -141,7 +141,6 @@ class SevenZipExtractor {
|
|||||||
this.moduleDirRelative = moduleDirRelative;
|
this.moduleDirRelative = moduleDirRelative;
|
||||||
this.moduleDirAbsolute = moduleDirAbsolute;
|
this.moduleDirAbsolute = moduleDirAbsolute;
|
||||||
this.archiveDepthCountTree = new ArchiveDepthCountTree();
|
this.archiveDepthCountTree = new ArchiveDepthCountTree();
|
||||||
this.blackboard = Case.getCurrentCase().getServices().getBlackboard();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -290,6 +289,7 @@ class SevenZipExtractor {
|
|||||||
* @return list of unpacked derived files
|
* @return list of unpacked derived files
|
||||||
*/
|
*/
|
||||||
void unpack(AbstractFile archiveFile) {
|
void unpack(AbstractFile archiveFile) {
|
||||||
|
blackboard = Case.getCurrentCase().getServices().getBlackboard();
|
||||||
String archiveFilePath;
|
String archiveFilePath;
|
||||||
try {
|
try {
|
||||||
archiveFilePath = archiveFile.getUniquePath();
|
archiveFilePath = archiveFile.getUniquePath();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user