Я компилирую такой код с помощью GCC (v7.1.0) (командная строка ниже). int func() { return 0x1234; } int main() { func(); return 0; } gcc .\001_simpleMain.c -O0 -m64…

IT Шеф
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy