Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ldilley/tinytcp64

:telephone: x86-64 TCP server written in assembly for FreeBSD and Linux
https://github.com/ldilley/tinytcp64

64-bit 64bit amd64 asm assembly example examples freebsd linux nasm nasm-assembly network-programming network-server socket-programming tcp tcp-server tutorial tutorial-code tutorials x86-64

Last synced: 2 months ago
JSON representation

:telephone: x86-64 TCP server written in assembly for FreeBSD and Linux

Awesome Lists containing this project

README

        

# tinytcp64

x86-64 TCP server written in assembly for FreeBSD and Linux

To build: `sh ./build.sh`

Feel free to expand on functionality (create a telnet or web server for example).

For reference:
* [Linux x86-64 Assembly Tutorial Part 1](https://github.com/ldilley/techdocs/wiki/Linux-x86-64-Assembly-Tutorial-%231)
* [Linux x86-64 Assembly Tutorial Part 2](https://github.com/ldilley/techdocs/wiki/Linux-x86-64-Assembly-Tutorial-%232)