Skip to content

SunPodder/http-server.asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published