
در این بخش در ویژوال استدیو کد اسمبلی مینویسیم و در X64DBG اون رو دیباگ میکنیم.
.386 .model flat,stdcall .stack 4096 ExitProcess proto, dwExitCode:dword .data myArray dword 10h, 20h, 30h, 40h, 50h .code main proc mov myArray[0 * SIZEOF DWORD], 100h mov myArray[1 * SIZEOF DWORD], 200h mov myArray[2 * SIZEOF DWORD], 300h mov myArray[3 * SIZEOF DWORD], 400h mov myArray[4 * SIZEOF DWORD], 500h invoke ExitProcess, 0 main endp end main

Telegram: @CaKeegan
Bale: @CaKeegan
Gmail : amidgm2020@gmail.com