Skip to content

my little http server written in x86-64 assembly, no c stdlib

Notifications You must be signed in to change notification settings

aqbifzl/http_server_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simplest http server capable of sending a request 200 written in x86-64 assembly for linux opearing system

this code is incredibly bugged and vulnerable, should only be used for educational purposes (for example as a ctf)

-no c stdlib, no external code

-works with only one text buffer, but implementation of file reading is extremely straightforward

About

my little http server written in x86-64 assembly, no c stdlib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published