0xDE5

Trying to solve and expand 0xde5 exercises in assembly (or C)
git clone git://git.mdnr.space/0xDE5
Log | Files | Refs | README | LICENSE

build.sh (119B)


      1 #!/bin/sh
      2 
      3 mkdir -p bin
      4 as --64 -g -o ./bin/wcx64e.o ./wcx64e.s && ld -m elf_x86_64 ./bin/wcx64e.o -o ./bin/wcx64e.elf