-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
from plugin import * | ||
from uuid import UUID | ||
|
||
__VERSION = "1.3.2" | ||
__VERSION = "1.4.0" | ||
__PROGRAMNAME = "APFS metadata extract Tool" | ||
__EMAIL = "[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
import textwrap | ||
from plugin import * | ||
|
||
__VERSION = "1.3.2" | ||
__VERSION = "1.4.0" | ||
__PROGRAMNAME = "iOS Artifact Parsing Tool" | ||
__EMAIL = "[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
from plugin import * | ||
from uuid import UUID | ||
|
||
__VERSION = "1.3.2" | ||
__VERSION = "1.4.0" | ||
__PROGRAMNAME = "macOS Artifact Parsing Tool" | ||
__EMAIL = "[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
import textwrap | ||
from plugin import * | ||
|
||
__VERSION = "1.3.2" | ||
__VERSION = "1.4.0" | ||
__PROGRAMNAME = "macOS Artifact Parsing Tool - Artifact Only mode" | ||
__EMAIL = "[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
from plugins.helpers.disk_report import * | ||
from plugin import * | ||
|
||
__VERSION = "1.3.2" | ||
__VERSION = "1.4.0" | ||
__PROGRAMNAME = "macOS Artifact Parsing Tool - SYS DATA Mounted mode" | ||
__EMAIL = "[email protected]" | ||
|
||
|