Programming Field

resedit demo

‘resedit’ is a JS library to edit resource data in Windows Executable binaries.

For more information, please see README (npm).

demo

Version: 1.0.1

  • This demo reads an executable file, and lists icon data.
  • By clicking ‘Add’, you can add the new icon entry from icon file (.ico).
  • By clicking ‘Remove’, you can remove a selected icon entry.
  • To save the binary, click ‘Save’.
  • The source code of this demo: resedit-demo.js

See also