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
in linux
g++ -std=c++11 -Wall main.cpp -o exploit.exe
for example in wind if i am using Visual
cl /EHsc main.cpp
at mine is not define in patch , so i need run :
"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64\cl.exe" /EHsc main.cpp
what cl.exe you can indicate to use it for compile :
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64
i will appreciate a lot your help.
thank you
The text was updated successfully, but these errors were encountered:
no offense , how is more better to compile ?
in linux
g++ -std=c++11 -Wall main.cpp -o exploit.exe
for example in wind if i am using Visual
cl /EHsc main.cpp
at mine is not define in patch , so i need run :
"c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64\cl.exe" /EHsc main.cpp
what cl.exe you can indicate to use it for compile :
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64
i will appreciate a lot your help.
thank you
The text was updated successfully, but these errors were encountered: