Introduction to x86 assembly, part 11: 64-bit mode and calling convention

preview_player
Показать описание
Quick introduction to x64 programming, with complete translation of the example code written during previous installments.

Рекомендации по теме
Комментарии
Автор

Thank you for the videos. I'm glad you've found the time to continue this awesome series. Please keep it up.

rednibcoding
Автор

Best assembly language, I'll start simplifying it to sweet level:3

WBches
Автор

Is fasm g portable? can I compile same fasm code to diff-2 CPU artitecture

ravikumar-vrzm
Автор

sorry sir, i have a question. I have seen that you used the software "bosch pc emulator" in previous videos. I heard about said software while reading and introducing me to the world of reengineering and I only found that said software is contaminated, many antivirus detect strange things, there are no answers in the forums and it is not well explained how to compile the "source code" either. You could trust in Sourceforge? I dont. Even in this last way, it is impossible to analyze the binaries and debugging appear very suspicious calls.Do you have a clean copy of the code by any chance? Yes, virtual box is a trojan too.

gabrielaccerboni
Автор

Why do we have to modify stack if we are passing arguments by registers ?
It seem unnecesary.

peterSobieraj