dll-loader
v1.0.0
Published
A CLI loader to inject DLLs into Windows processes ( very easy )
Maintainers
Readme
Dll loader in javascript Tool for injecting DLLs into Windows processes.
WARNING: For educational purposes only. DLL injection can be dangerous and potentially illegal without proper authorization.
Features:
- DLL injection into Windows processes
- Process lookup by name or ID
- Interactive mode
- Input validation and error handling
Requirements:
- Windows
- Node.js 14+
- Administrator privileges required
Installation:
- Clone repository
- Run: npm install
Usage:
inject [options] Inject DLL into process
Options: -p, --process Process name (e.g. notepad.exe) -i, --pid Process ID -y, --yes Skip confirmation
Examples: dll-loader inject my.dll --process notepad.exe dll-loader inject my.dll --pid 1234 --yes dll-loader interactive
Commands: inject Inject DLL list List processes (not implemented) interactive Interactive mode
Architecture:
- dll-injector.js: Core injection logic
- cli.js: Command line interface
- index.js: Entry point
Troubleshooting:
- Check process exists: tasklist
- Run as administrator
- Use absolute paths
- Test with simple processes like notepad
License: Use at your own risk.
