hacking-blogposts/asm/0.md

428 B

search
exclude
true

Assembly x86_64 -

Assembly Code

We're going to use vim to write our code

[ 192.168.0.18/24 ] [ /dev/pts/88 ] [~/binexp/asm]
→ vim 0.asm

Compiling

Here we're going to use nasm to compile our assembly code:

`