How is it possible that in a 64kb compiled exe, these programs can generate s开发者_如何学编程uch crazy visuals, complete with matching music?
I\'ve seen some programs showing amazing highly detailed 3d scenes with soundtracks, but what shocked me is that they are all smaller than 64kB! How do t开发者_JAVA技巧hese programs work?
I\'m playing around with creating tiny executables under linux. My attention has come to a formerly used tool from Muppetlabs.com named sstrip from the ELFkickers collection (http://www.muppetlabs.com
Just for fun and giggles I\'m trying to create a 64k intro in delphi. One of the best executable packers for applications of this size is kkrunchy by Farbrausch. However, when I run it on an (otherwis
I\'m involved in one of those challenges where you try to produce the smallest possible binary, so I\'m building my program without the C or C++ run-time libraries (RTL).I don\'t link to the DLL versi
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.