markmckinnon / Autopsy-Plugins

Autopsy Python Plugins
332 stars 100 forks source link

Add support for the new Bam key location #35

Closed michaelmagyar closed 3 years ago

michaelmagyar commented 3 years ago

The Bam key was originally located at: controlset001/services/bam/UserSettings

But this changed sometime around 1903 (?) to: controlset001/services/bam/State/UserSettings

Added exception handling to the lookup of the old key location followed by lookup of the new key location.

markmckinnon commented 3 years ago

@michaelmagyar thanks for the PR.