Copyright 2021-2022 Hermès Bélusca-Maïto, under the GPL-2.0+ license.
Converts executable images from the old PE format used by Microsoft(R) NT PDK v1.196 (September 1991) and PDK October 1991 to a newer PE format that can be recognized by modern tools.
Please consult the documentation for a detailed description of this old PE format.
Usage: NTPECONV [options] source_file [dest_file]
Options:
-n, --nologo Remove the banner.
-v, --verbose Display file information when processing.
-t, --test Process the source file without actually generating
an output file.
-?, --help Display this help message.