skip to Main Content

Visual Studio Code – Why does it seem as though the compiler is repurposing Argc and Argv in my function?

main.cpp code: #include <iostream> int main() { std::cout << "Hello World!n"; } Dissasembly in Ghidra: ************************************************************* * FUNCTION ************************************************************* int __cdecl main (int _Argc , char * * _Argv , char * * _E assume GS_OFFSET = 0xff00000000 int EAX:4…

VIEW QUESTION
Back To Top
Search