dll-vaccine

1.0.1 • Public • Published

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!');
})

Readme

Keywords

none

Package Sidebar

Install

npm i dll-vaccine

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

456 kB

Total Files

4

Last publish

Collaborators

  • diegab