exe_update
Manipulate Win32 executable files
Install
- All systems
-
curl cmd.cat/exe_update.sh
- Debian
-
apt-get install libwin32-exe-perl - Ubuntu
-
apt-get install libwin32-exe-perl - Kali Linux
-
apt-get install libwin32-exe-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libwin32-exe-perl
libwin32-exe-perl
Manipulate Win32 executable files
Win32::Exe parses and manipulating Win32 PE/COFF executable headers, including version information, icons, manifest and other resources. The module Win32::Exe::Manifest can be used for manifest handling. A script exe_update is provided for simple file updates. Also, please see the test files in the source distributions t/ directory for examples of using this module.