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

resedit

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resedit - npm Package Versions

12

0.5.0

Diff

Changelog

Source

v0.5.0

  • Improve usability for some classes, such as VersionInfo and IconGroupEntry
  • Update descriptions for some types / methods
  • Add support for multiple certificates on SignerObject.getPublicKeyData
jet2jet
published 0.4.0 •

Changelog

Source

v0.4.0

  • Added signing process function (#14), which enables to generate signed executable binaries
    • Additionally, signed executables are now supported on NtExecutable.from with explicit option. (On NtExecutable.generate signed information will be lost.)
  • Support for ArrayBufferView as an input data for some methods (e.g. NtExecutable.from and IconFile.from)
    • TypedArray (e.g. Uint8Array), DataView, and Node.js Buffer class are subclasses of ArrayBufferView, so these classes now can be used as input data directly.
jet2jet
published 0.3.1 •

Changelog

Source

v0.3.1

  • Added missing string table rounding up for VersionInfo (#13, thanks to @AlexanderOMara)
jet2jet
published 0.3.0 •

Changelog

Source

v0.3.0

  • Throw error if specified executable binary is signed (#10)
  • Implemented PE checksum calculation (#8, thanks to @AlexanderOMara)
  • (Internal change) Updated package dependencies for developments
    • TypeScript version is updated to 3.7.x, so the type definitions might be incompatible for older version of TypeScript (especially <3.4.x)
jet2jet
published 0.2.2 •

Changelog

Source

v0.2.2

  • Fix width and height usage for icon group, especially when loading from an icon file (#5)
jet2jet
published 0.2.1 •

Changelog

Source

v0.2.1

  • Fix the build paths to match package.json file (#3, thanks to @AlexanderOMara)
jet2jet
published 0.2.0 •

Changelog

Source

v0.2.0

  • Fix some bugs as followings:
    • Fix adding new section entry to executable
    • Fix changing section addresses on replacement
    • Fix parsing icon resource data and icon file data
  • Add is32bit method for NtExecutable and removeAllStrings method for VersionInfo
jet2jet
published 0.1.0 •

Changelog

Source

v0.1.0

  • Initial version
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