Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exe-edit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exe-edit

Portable parsing and editing of EXE files, including icon and string resources.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by125%
Maintainers
1
Weekly downloads
 
Created
Source

A portable EXE file editor supporting parsing and replacing resources, designed to replace rcedit for cases like CI where using Windows would otherwise be overkill.

It is still very early, only just barely enough for our internal usage is currently implemented, but I hope to fill this out quite a bit more, when I will fill out the documentation. For now, the CLI usage should be somewhat usable depending on inputs, but the API is very unstable.

The main limitation is the lack of section resizing and moving, meaning you can't increase the size of the included resources yet.

CLI Usage

Designed to allow replacing rcedit:

$ exe-edit --help
Usage: exe-edit INPUT_EXE OUTPUT_EXE [options]

Options:
  [--console]                Change the subsystem to console:
                              * Opens a command prompt when started from windows.
                              * Waits for exit when started from a command prompt.
 | --gui]                    Change the subsystem to GUI:
                              * No automatic UI created.
                              * Will immediately return to a command prompt, but
                                output will still be printed.

  [--icon ICO_PATH           Replace all icon resources with a new icon.
 | --no-icon]                Remove all icon resources.

  [--file-version VERSION]   Set the binary file version.
  [--product-version VERSION]
                             Set the binary product version.

  [--set-version NAME VALUE] Set a version string.
  [--delete-version NAME]    Delete a version string.

FAQs

Package last updated on 05 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc