1.0.1 • Published 1 year ago

dll-vaccine v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

dll-vaccine

A Windows module to inject DLLs into a process.

Usage

const injector = require('dll-vaccine');
injector('notepad.exe', ['my-lib.dll'], (code) => {
    if (code !== 0) throw "Injection failed!";
    console.log('Injected DLL successfully!');
})
1.0.1

1 year ago

1.0.0

1 year ago