You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
└─$
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: