Skip to content

Commit

Permalink
Merge pull request #881 from svch0stz/master
Browse files Browse the repository at this point in the history
Adding MSIX/APPX Registry Targets
  • Loading branch information
AndrewRathbun authored Oct 17, 2023
2 parents a1463bc + f746f23 commit 2aa95c5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Targets/Windows/RegistryHivesMSIXApps.tkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Description: MSIX/APPX App Hives
Author: Zach Stanford / Mari DeGrazia
Version: 1.0
Id: 932a7d2b-3cb7-4e35-ab89-60dfa1e55c8e
RecreateDirectories: true
Targets:
-
Name: Registry.dat MSIX Hive
Category: Registry
Path: C:\Users\%user%\AppData\Local\Packages\*\SystemAppData\Helium\
FileMask: Registry.dat*
-
Name: User.dat MSIX Hive
Category: Registry
Path: C:\Users\%user%\AppData\Local\Packages\*\SystemAppData\Helium\
FileMask: User.dat*
-
Name: UserClasses.dat MSIX Hive
Category: Registry
Path: C:\Users\%user%\AppData\Local\Packages\*\SystemAppData\Helium\
FileMask: UserClasses.dat*

# Documentation
# https://www.zerofox.com/blog/the-registry-hives-you-may-be-msix-ing-registry-redirection-with-ms-msix/
# https://github.com/ydkhatri/Appx-Analysis/blob/master/winapps_appx_mus_2019.pdf

0 comments on commit 2aa95c5

Please sign in to comment.