Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aceinetx/tinyx

Binary executable format, designed to be very economical in size
https://github.com/aceinetx/tinyx

Last synced: 4 days ago
JSON representation

Binary executable format, designed to be very economical in size

Awesome Lists containing this project

README

        

# TinyX

Binary executable format for linux, designed to be very economical in size

A Hello, world executable can be less than 70 bytes

TinyX executable format
-
This format contains only 2 segments: a tinyx header (that can contain a shebang) and just plain assembly instructions

TinyX header is used to identify if an executable is in tinyx format, if there is no shebang in this segment, it should contain a text "tiny" and 1 null byte

[How to make a tinyx executable](TXTUTOR.md)