Skip to content

Commit

Permalink
Add IMAGE_SUBSYSTEM_XBOX_CODE_CATALOG to subsystem_types
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Sep 6, 2024
1 parent 4b3b1e2 commit 0c902c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def two_way_dict(pairs):
("IMAGE_SUBSYSTEM_EFI_ROM", 13),
("IMAGE_SUBSYSTEM_XBOX", 14),
("IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION", 16),
("IMAGE_SUBSYSTEM_XBOX_CODE_CATALOG", 17),
]

SUBSYSTEM_TYPE = two_way_dict(subsystem_types)
Expand Down

0 comments on commit 0c902c8

Please sign in to comment.