Resedit Js Versions Save

JS library editing Windows Resource data

v2.0.2

1 month ago
  • Update pe-library

v2.0.1

1 month ago
  • Add nullish check for some fields
  • Add demo page link to README

v2.0.0

1 year ago
  • Change the library to native ES module
    • CommonJS scripts now requires to use resedit/cjs module to use the library.

v1.7.0

1 year ago
  • Add support for ES module loading in Node.js environment
  • Update pe-library

v1.6.1

1 year ago
  • Fix width byte calculation (#30)

v1.6.0

1 year ago
  • Update pe-library

v1.5.0

2 years ago
  • Update pe-library

v1.4.1

2 years ago
  • Remove more unused functions/files

v1.4.0

2 years ago
  • resedit now uses pe-library to parsing/generating PE binaries
    • ResEdit.NtExecutable and some classes are now aliases of pe-library's classes.

v1.3.0

2 years ago
  • Add signData method to SignerObject