Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ldilley/tinytcp64
- Owner: ldilley
- License: gpl-3.0
- Created: 2016-05-07T00:28:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T04:15:26.000Z (almost 3 years ago)
- Last Synced: 2023-08-03T19:22:06.502Z (over 1 year ago)
- Topics: 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
- Language: Assembly
- Homepage:
- Size: 17.6 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)