Scroll to navigation

EXEINFO(1) General Commands Manual EXEINFO(1)

NAME

exeinfodetermines information about an executable (EXE) file

SYNOPSIS

exeinfo [-c codepage] [-hvV] source

DESCRIPTION

exeinfo is a utility to determine information about an executable (EXE) file

exeinfo is part of the libexe package. libexe is a library to access the executable (EXE) format

source is the source file.

The options are as follows:

codepage
codepage of ASCII strings, options: ascii, windows-874, windows-932, windows-936, windows-949, windows-950, windows-1250, windows-1251, windows-1252 (default), windows-1253, windows-1254, windows-1255, windows-1256, windows-1257 or windows-1258
shows this help
verbose output to stderr
print version

ENVIRONMENT

None

FILES

None

EXAMPLES

# exeinfo WUDFPlatform.dll
exeinfo 20130303

Executable (EXE) information:
	Number of sections	: 5

Section: 0
	Name			: .text
	Size			: 137216
	Virtual address		: 0x00001000

Section: 1
	Name			: .data
	Size			: 2048
	Virtual address		: 0x00023000

Section: 2
	Name			: .pdata
	Size			: 3584
	Virtual address		: 0x00024000

Section: 3
	Name			: .rsrc
	Size			: 37376
	Virtual address		: 0x00025000

Section: 4
	Name			: .reloc
	Size			: 1536
	Virtual address		: 0x0002f000

DIAGNOSTICS

Errors, verbose and debug output are printed to stderr when verbose output -v is enabled. Verbose and debug output are only printed when enabled at compilation.

AUTHORS

Joachim Metz <joachim.metz@gmail.com>

BUGS

Please report bugs of any kind on the project issue tracker: https://github.com/libyal/libexe/issues

COPYRIGHT

Copyright (C) 2011-2026, Joachim Metz <joachim.metz@gmail.com>.

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

June 23, 2026 Linux 6.4.0-150700.53.73-default