genpeimg

Development tools for 32- and 64-bit Windows

Install

All systems
curl cmd.cat/genpeimg.sh
Debian Debian
apt-get install mingw-w64-tools
Ubuntu
apt-get install mingw-w64-tools
image/svg+xml Kali Linux
apt-get install mingw-w64-tools
Fedora
dnf install mingw-w64-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install mingw-w64-tools
Raspbian
apt-get install mingw-w64-tools

mingw-w64-tools

Development tools for 32- and 64-bit Windows

MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). This package contains: * gendef, which extracts DLL exports from Windows executables; * genidl, which extracts IDL information from Windows executables; * genpeimg, which manipulates PE flags in Windows executables; * widl, which generates build files from IDL descriptions; * pkg-config symlinks to allow .pc-based libraries to be used.