mirror of
https://github.com/monoxgas/sRDI
synced 2026-06-06 16:14:36 +00:00
Python: Non-ASCII character error in pefile.py
This commit is contained in:
+1
-1
@@ -4762,7 +4762,7 @@ class PE:
|
||||
# [ Microsoft Portable Executable and Common Object File Format Specification ]
|
||||
# "The alignment factor (in bytes) that is used to align the raw data of sections in
|
||||
# the image file. The value should be a power of 2 between 512 and 64 K, inclusive.
|
||||
# The default is 512. If the SectionAlignment is less than the architecture’s page
|
||||
# The default is 512. If the SectionAlignment is less than the architecture's page
|
||||
# size, then FileAlignment must match SectionAlignment."
|
||||
#
|
||||
# The following is a hard-coded constant if the Windows loader
|
||||
|
||||
Reference in New Issue
Block a user