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
Isn't stack misaligned here? int __cdecl invoke_main() from MSVCRT which calls 'main' of our program. It's 8B return address is pushed onto stack. And here a call to _CRT_INIT was made.
In
max.asm:Isn't stack misaligned here?
int __cdecl invoke_main()from MSVCRT which calls'main'of our program. It's 8B return address is pushed onto stack. And here a call to_CRT_INITwas made.