├── MessageBox.dll ├── MessageBox.manifest ├── README.md ├── detonate.bat ├── dllmain.cpp └── loader.js /MessageBox.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/WindowsScriptHostExtension/HEAD/MessageBox.dll -------------------------------------------------------------------------------- /MessageBox.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/WindowsScriptHostExtension/HEAD/MessageBox.manifest -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/WindowsScriptHostExtension/HEAD/README.md -------------------------------------------------------------------------------- /detonate.bat: -------------------------------------------------------------------------------- 1 | C:\Windows\SYSWOW64\cscript.exe loader.js -------------------------------------------------------------------------------- /dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/WindowsScriptHostExtension/HEAD/dllmain.cpp -------------------------------------------------------------------------------- /loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/WindowsScriptHostExtension/HEAD/loader.js --------------------------------------------------------------------------------