Examples
pecorrector.exe /cf="file.pec"
PE Corrector will use all parameters from configuration file.
pecorrector.exe /cf="file.pec" /sf="file.exe"
PE Corrector will use all parameters from configuration file except of file
name for correction.
pecorrector.exe /cf="file.pec" /sf="file.exe"
/tx="New text"
PE Corrector will use all parameters from configuration file except of file
name for correction and text for insertion ("New text" will be inserted).
pecorrector.exe /cf="file.pec" /sf="file.exe"
/tx="New text" /ef="__cppdebughook"
PE Corrector will use all parameters from configuration file except of file
name for correction, text for insertion ("New text" will be
inserted) and functions names (only function __cppdebughook will be
removed from export section).
pecorrector.exe /cf="file.pec" /ef=%All%
PE Corrector will use all parameters from configuration file except of
functions names (all function will be removed from export section).
pecorrector.exe /sf="file.exe" /tx="New text" /ef=%All%
PE Corrector will not use parameters from configuration file at all. It
will correct file.exe file. All functions will be removed from export
section and text "New text" will be inserted into header.
pecorrector.exe /sf="file.exe" /tx="Copyright"
/ef="__cppdebughook" /oo /sm /ch /cn /hc=0
PE Corrector will not use parameters from configuration file at all. It
will correct file.exe file. __cppdebughook function will be removed from
export section and text "Copyright" will be inserted into header.
The original file will be overwritten. Header will be cleaned. Section names will be
cleaned. Header size will be set to minimal. No report window will be shown.
|