-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to make incognito.exe #2
Comments
@Gr1mmie were you able to solve the issue? I get the same error |
I was able to build it on windows using visual studio 2017 dev command prompt. I had to add
|
@Gr1mmie @DarknightCanada @v1stra, Binaries were removed in the last commit (I don't know why, really), but they are available here 394545f. I use |
Hey thanks! Just for completeness, in addition to changing the call from ret_value = gets_s(string, sizeof(string)) |
I'm trying to get incognito to run as the standalone exe but when I pull down the repo and try to run
make
I get the following issueOn the blog post showcasing v2.0 (https://labs.f-secure.com/archive/incognito-v2-0-released/) it seems to be running as an exe. Seeing as there is a makefile in the repo, I assumed
make
is used to compile it all into an exe. Is there another way to do this aside from usingmake
?The text was updated successfully, but these errors were encountered: