dissect.target 3.11.2.dev41__py3-none-any.whl → 3.11.2.dev42__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -416,7 +416,7 @@ class AmcachePlugin(AmcachePluginOldMixin, Plugin):
416
416
  program_instance_id=entry_data.get("ProgramInstanceId"),
417
417
  publisher=entry_data.get("Publisher"),
418
418
  registry_key_path=entry_data.get("RegistryKeyPath"),
419
- root_dir_path=entry_data.get("RootDirPath"),
419
+ root_dir_path=path.from_windows(entry_data.get("RootDirPath")),
420
420
  source=entry_data.get("Source"),
421
421
  uninstall_string=entry_data.get("UninstallString"),
422
422
  type=entry_data.get("Type"),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dissect.target
3
- Version: 3.11.2.dev41
3
+ Version: 3.11.2.dev42
4
4
  Summary: This module ties all other Dissect modules together, it provides a programming API and command line tools which allow easy access to various data sources inside disk images or file collections (a.k.a. targets)
5
5
  Author-email: Dissect Team <dissect@fox-it.com>
6
6
  License: Affero General Public License v3
@@ -214,7 +214,7 @@ dissect/target/plugins/os/windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
214
214
  dissect/target/plugins/os/windows/_os.py,sha256=-a1fdUU0Kl4k2spTskJ3LOJP7MadB-8nkBw6edxbUDc,12106
215
215
  dissect/target/plugins/os/windows/activitiescache.py,sha256=yY41YdCZk9e97Q8_rjZHknMUeOVDxgBG9VtXQHANUsQ,6710
216
216
  dissect/target/plugins/os/windows/adpolicy.py,sha256=rvsvywChfms7d2kMwXRVHZaf8zJ46WmMwYplGAYEax8,6984
217
- dissect/target/plugins/os/windows/amcache.py,sha256=zZ9dGtuxZ7M3e-0pmrk8Yv9JgQo0YTAwvJ1wgiYxhYU,27191
217
+ dissect/target/plugins/os/windows/amcache.py,sha256=HdgvgEN5Bue8fg_i6tvJINkMHO86N9HugtqvOIs4fto,27210
218
218
  dissect/target/plugins/os/windows/catroot.py,sha256=RYYVRCNDzX6ahrMwx6CMnhNue2fQRXbpodiT2wxmc7Q,5183
219
219
  dissect/target/plugins/os/windows/cim.py,sha256=mVu2RipJNFc90r4nCpMr4xs5XZK7Mbglh5e1_fkU9fY,3001
220
220
  dissect/target/plugins/os/windows/clfs.py,sha256=begVsZ-CY97Ksh6S1g03LjyBgu8ERY2hfNDWYPj0GXI,4872
@@ -289,10 +289,10 @@ dissect/target/volumes/disk.py,sha256=95grSsPt1BLVpKwTclwQYzPFGKTkFFqapIk0RoGWf3
289
289
  dissect/target/volumes/lvm.py,sha256=1SrkhsufqJYPjMTZdBsudg-6yCCz1dooi9O-7ENLYnA,1818
290
290
  dissect/target/volumes/md.py,sha256=N-rxdAeTWR-f5LpwnP4RQZSHP4rzZSo45JMHn8F6Cp8,1652
291
291
  dissect/target/volumes/vmfs.py,sha256=mlAJ8278tYaoRjk1u6tFFlCaDQUrVu5ZZE4ikiFvxi8,1707
292
- dissect.target-3.11.2.dev41.dist-info/COPYRIGHT,sha256=m-9ih2RVhMiXHI2bf_oNSSgHgkeIvaYRVfKTwFbnJPA,301
293
- dissect.target-3.11.2.dev41.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
294
- dissect.target-3.11.2.dev41.dist-info/METADATA,sha256=AKhm7eGVrX_pzJmHbPmRv80ZCgFFFUfGKR6SkosCdTM,10978
295
- dissect.target-3.11.2.dev41.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
296
- dissect.target-3.11.2.dev41.dist-info/entry_points.txt,sha256=tvFPa-Ap-gakjaPwRc6Fl6mxHzxEZ_arAVU-IUYeo_s,447
297
- dissect.target-3.11.2.dev41.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
298
- dissect.target-3.11.2.dev41.dist-info/RECORD,,
292
+ dissect.target-3.11.2.dev42.dist-info/COPYRIGHT,sha256=m-9ih2RVhMiXHI2bf_oNSSgHgkeIvaYRVfKTwFbnJPA,301
293
+ dissect.target-3.11.2.dev42.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
294
+ dissect.target-3.11.2.dev42.dist-info/METADATA,sha256=zuHvlqdukTeZQQyzz3Uh_hMnffjEiSAc4UgCh-CNdpQ,10978
295
+ dissect.target-3.11.2.dev42.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
296
+ dissect.target-3.11.2.dev42.dist-info/entry_points.txt,sha256=tvFPa-Ap-gakjaPwRc6Fl6mxHzxEZ_arAVU-IUYeo_s,447
297
+ dissect.target-3.11.2.dev42.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
298
+ dissect.target-3.11.2.dev42.dist-info/RECORD,,