Crinkler is an executable file compressor (or rather, a compressing linker) for Windows specifically targeted towards compressing 4k intros.
Crinkler is being developed by Rune L. H. Stubbe (Mentor/TBC) and Aske Simon Christensen (Blueberry/Loonies).
History 12.01.08: Version 1.1 released. Support for weak externals (virtual C++ destructors). Output EXE files are now compatible with Data Execution Prevention. /REPORT option to get an HTML compression report showing detailed compression ratios for every byte of code or data. /TRUNCATEFLOATS option to truncate float constants to a specified number of bits. /SAFEIMPORT is now default, disabled with /UNSAFEIMPORT. Slightly smaller import code overhead if range importing is not used. Fixed some crash problems with compressing very small files. /VERBOSE:FUNCTIONS removed, as it is subsumed by /REPORT. Remaining /VERBOSE options renamed to /PRINT. Maximum number of ORDERTRIES increased to 100000, for those who really have lots of patience.