178, "Indicates a backup should be made prior to compression. The backup is created as *.*.pec2bac."
179, "Indicates to allow compression of signed modules even though compression will remove the signature."
180, "Indicates to enforce at runtime the virtual memory access permissions as defined in the uncompressed module."
181, "Indicates to preserve any extra data found at the end of the module's file, but not defined in the module's headers. This data is not included in the virtual image and is typically used by SFX and installer applications. Linkers sometimes append a small amount of extra-data to aid in debugging."
182, "Indicates to keep at least one imported API from each imported module in the new import directory. This will result in Windows loading imported modules instead of the PECompact loader. For some applications this option is necessary, but it also increases and executable size. Therefore, it is best to leave this option set to 'Auto'."
183, "Indicates to skip compression of shared sections instead of unsharing them in order to compress."
184, "This option indicates whether or not to strip unused (deprecated) resources. Under some situation trash resources can be left in executables. This is rare anymore from modern linkers. Currently this option is not used."
185, "This option indicates whether or not to strip fixups/relocations. By default, all relocations are preserved for DLLs, and for EXEs with randomized image basing."
186, "Indicates to skip a quick runtime code integrity check. Turning this off results in smaller executables and slightly faster load time."
187, "Indicates to compress all resources that are safe to compress. Turning this option off will mean that no resources are compressed. If you need to disable compression of specific resource types, it is best to use the resource type selection below."
188, "Indicates to compress the export directory. This should be left on 'Auto'."
189, "Indicates to compress even if the module is already compressed. This will grow the module instead of shrink."
190, "Indicates to choose the probable best codec to use based on file size."
194, "Make these options the default for any file added to the GUI's listview. These defaults do not apply to the console version of this software."
198, "Indicates to trim the working set size after decompression. This essentially forces all pages out of physical memory, to be paged back in as they are referenced. Normally, its best to let the Windows VMM page out unused pages as time passes." |
|