The POC compiles as a DLL, you can then change the extension to .xll and it will open in Excel and run the payload when double clicked: #[ Compile: nim c -d=mingw --app=lib --nomain --cpu=amd64 nim_xll.nim Will compile as a DLL, you can then just change the extension to ...
The POC compiles as a DLL, you can then change the extension to .xll and it will open in Excel and run the payload when double clicked:#[ Compile: nim c -d=mingw --app=lib --nomain --cpu=amd64 nim_xll.nim Will compile as a DLL, you can then just change the extension to ....