For beginners learning assembly: Create a C program, compile it, and load it into x64dbg. Set a breakpoint at `main`, replace instructions in the stack frame with `nop`, and edit the `nop` instructions with asm instructs you would like to test, then you can directly observe behavior in x64dbg

Comments