Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 604 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 604 Bytes

Simple HTTP Server in x86-64 Linux Assembly

It uses linux system calls so you will need a linux machine to compile and run this.

Install nasm with your system's package manager

sudo apt install nasm

Compile and run with

make
./main

For debugging I found strace to be very useful

strace ./main

resources:

See also: