Skip to content

Append arbitrary data to Windows executables without breaking digital signatures

License

Notifications You must be signed in to change notification settings

ForestBeaver/node-exe-append

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exe-append

Appends arbitrary data to signed Windows executables. This is done by embedding the data at the end of the digital certificate section.

This method is described in more detail in this blog post: http:https://blog.barthe.ph/2009/02/22/change-signed-executable/

Installing

npm install exe-append

Using

const exe = require("exe-append");
const buffer = exe.append(fs.readFileSync("my.exe"), "arbirarty data");

About

Append arbitrary data to Windows executables without breaking digital signatures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%