|
|
|
|
|
by abaines
1710 days ago
|
|
I had a go at this myself a few years ago [0]. But I wanted a dynamically linked ELF instead of a static one so that I could load SDL, OpenGL, etc. That requires extras like a DYNAMIC section which takes up quite a bit more space. I ended up at 728 bytes without any self-extracting techniques. It played a nice animation though. I have not tested it recently, I expect it won't run any more as it used "bad things", like relying on ecx having a specific value when the program started, but the ideas should still be relevant. [0]: https://github.com/baines/demostuff |
|