Cybellum / DoubleAgent

Zero-Day Code Injection and Persistence Technique
Apache License 2.0
1.22k stars 416 forks source link

How to compile these codes. #3

Closed ghost closed 7 years ago

ghost commented 7 years ago

I'm trying to compile for exe, but whenever I try it's occur error. can you tell me how can compile correctly.

MichaelEngstlerCB commented 7 years ago

DoubleAgent compilation should work out of the box without requiring any modifications, did you follow the Installation steps? What compiler did you use? What's the compilation error?

ghost commented 7 years ago

Right Now i'm using Microsoft visual studio. and it's occurred a error that v141 build tool not install.

MichaelEngstlerCB commented 7 years ago

Dev c++ is not supported, the default compiler we used was Visual Studio 2017. Regarding v141 build tool, I guess you tried using an older version of VS. There are various solutions for compiling VS 2017 code in older versions of VS, just Google it.

ghost commented 7 years ago

i have vs 2015. can i install v141 also known as build tool in vs15

MichaelEngstlerCB commented 7 years ago

I guess you can. You can also change the the Platform Toolset from v141 to a lower one in the project properties.

ghost commented 7 years ago

okay thanks I understood the issue and Now I can solve it. thanks Michael.