#!/bin/bash

#!/login
#!/register

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

Wiki at shellscripts.org

Project owner: ddodger

[subscribe]

[RSS Feed for new releases]

Version history:
Version Release date ChangeLog Download
1.092100Wed Jul 29 11:10:00 UTC 20091) Code simplified. 2) Backups of original files are created before obfuscation. 3) Existing define statements remain untouched (bugfix).cobfuse.pl (text/x-perl)
1.01Thu Oct 16 10:58:51 UTC 2008Many bug fixes.cobfuse.pl (text/x-perl)
1.00Mon Oct 13 07:50:18 UTC 2008cobfuse.pl (text/x-perl)