Skip to content
Permalink
Browse files
Revert "pefixup: Add timestamps to PE fixup step"
This reverts commit 74a40b1.

To prevent people from running Destiny 2 so they won't get banned.
  • Loading branch information
ivyl committed Nov 15, 2021
1 parent 4dfdd26 commit 7ce8140110bb6dabd59c8ba04d3fad57ea055988
Showing with 0 additions and 2 deletions.
  1. +0 −2 make/pefixup.py
@@ -13,8 +13,6 @@
section.Characteristics &= ~pefile.SECTION_CHARACTERISTICS['IMAGE_SCN_CNT_INITIALIZED_DATA']
section.Characteristics &= ~pefile.SECTION_CHARACTERISTICS['IMAGE_SCN_ALIGN_MASK']

pe.FILE_HEADER.TimeDateStamp = 1622588288

pe.OPTIONAL_HEADER.CheckSum = pe.generate_checksum()

perm = stat.S_IMODE(os.stat(path).st_mode)

0 comments on commit 7ce8140

Please sign in to comment.