#!/bin/bash
cobfuse
An obfuscator for C source files.
cobfuse is a simple to use script which obfuscates C source files by removing comments, indents and whitspace and by replacing strings, numbers and C keywords with tokens. Thus the source files become difficult to read for humans but their functionality remains unchanged and they are still translatable by a compiler. This is for example useful if a program has to be distributed as source code but reverse engineering needs to be prevented.
Project Category: other
Project owner: ddodger
Version history:
| Version | Release date | ChangeLog | Download |
| 1.092100 | Wed Jul 29 11:10:00 UTC 2009 | 1) Code simplified. 2) Backups of original files are created before obfuscation. 3) Existing define statements remain untouched (bugfix). | cobfuse.pl (text/x-perl) |
| 1.01 | Thu Oct 16 10:58:51 UTC 2008 | Many bug fixes. | cobfuse.pl (text/x-perl) |
| 1.00 | Mon Oct 13 07:50:18 UTC 2008 | cobfuse.pl (text/x-perl) |