cpp_compress, version 0.1 This is an aid to obfuscation of C programs; it finds commonly-occurring words and #defines abbreviations for them. Unfortunately it does not understand double-quoted strings (so maybe you should obfuscate those by hand first). Also the preprocessor puts in spaces around expanded tokens, so the expanded text is not identical to the original. You can also think of this as a compressor for plain text files, where cpp is the decompressor; the same remarks apply. * Installing % ./install --prefix=/usr/local or whatever directory you want. * Author and copying Written by Ed Avis . Please contact me with any suggestions or bug reports - although I don't expect anyone will use this program for anything useful. All the files are in the public domain. This means there are no copyright restrictions, you may do what you wish with them. Of course, giving credit would be appeciated (but not required). They are offered as-is with no warranty whatsoever. This program has a web page at .