Skip to content
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

stdio.h #1

Open
sec13b opened this issue Aug 3, 2024 · 0 comments
Open

stdio.h #1

sec13b opened this issue Aug 3, 2024 · 0 comments

Comments

@sec13b
Copy link

sec13b commented Aug 3, 2024

C:\Users\work\Desktop\BypassUAC>"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64\cl.exe" main.c  /out:program1.exe
Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33135 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
main.c
main.c(1): fatal error C1034: stdio.h: no include path set

C:\Users\work\Desktop\BypassUAC>
┌──(kali㉿kali)-[~/Desktop/BypassUAC]
└─$ x86_64-w64-mingw32-gcc -o virus.exe main.c -mwindows
In file included from main.c:5:
/usr/share/mingw-w64/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
   15 | #warning Please include winsock2.h before windows.h
      |  ^~~~~~~
                                                                                                                                                                                 
┌──(kali㉿kali)-[~/Desktop/BypassUAC]
└─$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant