Skip to content

A simple http file server in GAS, intel syntax, x64 assembly

Notifications You must be signed in to change notification settings

Thorvicnet/x64-asm-tcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

x64-asm-tcp-server

What:

A simple http file server written made as a small project in x86-64 assembly. The server accepts concurrent requests (is multi-processed).

The maximum file size is 10 Mb at the moment (can be changed). If you get the error code 2 it may be because a socket is still open on 80 in TIME_WAIT.

Demo:

asm-tcp-server-2024-10-28_11.41.12.mp4

About

A simple http file server in GAS, intel syntax, x64 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published