Introduction - If you have any usage issues, please Google them yourself
COBF (aka C-Obfuscator) is a program which manipulates C or C++ sourcefiles in a way that they aren t readable by human beings but they remain compilable. The benefit of COBF lies in the distribution of programs (freeware, shareware, commercial software etc.): The distribution as a executable binary is often too inflexible (especially for Unix or Windows NT, because it is normally not feasible to support all possible platforms) on the other side one might not give away the sourcecode (e. g. it looks poor [badly commented, Spaghetti code], or you just want to prevent plagiarism). Here COBF can play an important role: It removes all comments and sourcecode formattings and renames all variable and function identifiers. See files.txt for a complete list of the files provided with the cobf zip archive! See doc/ for the COBF manual!
Packet : 8888cobf_103.zip filelist
copyright.txt
demo/cobfiles.inv
demo/demo_cobf.bat
demo/demo_test.bat
demo/demo_token.inv
demo/output/
demo/test.c
doc/cobf.pdf
etc/c.mak
etc/c.tok
etc/cansilib.tok
etc/cc.mak
etc/cpp.tok
etc/cpplib.tok
etc/pp_borlandc.bat
etc/pp_ger_msvc.bat
etc/pp_gnu
etc/x86.tok
files.txt
readme.txt
src/cpp/
src/cpp/b_alloc.cpp
src/cpp/b_array.cpp
src/cpp/b_cont.cpp
src/cpp/b_obj.cpp
src/cpp/b_set.cpp
src/cpp/b_str.cpp
src/cpp/cobf_lex.cpp
src/cpp/lib.cpp
src/cpp/main.cpp
src/include/
src/include/b_alloc.h
src/include/b_cont.h
src/include/b_def.h
src/include/b_obj.h
src/include/b_set.h
src/include/b_str.h
src/include/b_tcont.h
src/include/lib.h
src/include/scan.h
src/include/scanproc.h
src/misc/
src/misc/cobf.l
src/unix/
src/unix/makefile
src/win32/
src/win32/cobf.dsp
src/win32/cobf.dsw
src/win32/release/
src/win32/release/cobf.exe
version.txt