limbenjamin/ReverseShellDll

Compilation

Closed this issue · 1 comments

How to compile with VC++ 2008 for minimum dependencies?

Under Configuration Properties --> C/C++ --> Code Generation, change the "Runtime Library" field to "Multi-Threaded (/MT)"

https://stackoverflow.com/questions/37398/how-do-i-make-a-fully-statically-linked-exe-with-visual-studio-express-2005