We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73886d commit c0a85eaCopy full SHA for c0a85ea
PE.Common.pas
@@ -77,8 +77,12 @@ interface
77
DEFAULT_PARSER_FLAGS = ALL_PARSER_FLAGS;
78
DEFAULT_OPTIONS = [
79
PO_SECTION_VSIZE_FALLBACK,
80
- PO_SECTION_AUTORENAME_NON_ALPHANUMERIC,
81
- PO_NULL_INVALID_DIRECTORY
+
+ // This is disabled by default because now it can reject good names, like
82
+ // .text, .data. In future this option must be either removed or reworked.
83
+ // PO_SECTION_AUTORENAME_NON_ALPHANUMERIC,
84
85
+ PO_NULL_INVALID_DIRECTORY
86
];
87
88
// Data directories.
0 commit comments