Stunnix C and C++ Obfuscator 3.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Stunnix C and C++ Obfuscator 3.1 (Default branch)
# 1  
Old 04-17-2008
Stunnix C and C++ Obfuscator 3.1 (Default branch)

ImageStunnix CXX-Obfus is a code obfuscator for C and C++ source code. It converts source code into highly a mangled form, making it extremely difficult for competitors or customers to study, analyze, reuse, and re-work, while fully retaining functionality of the original code. It has many options to control all aspects of code hiding, and has full support for all syntax constructs. It is designed for multi-file projects with mixed C and C++ source and arbitrary heavy use of the C preprocessor. It includes advanced tools to exclude API symbols from mangling. License: Other/Proprietary License with Free TrialChanges:
Protection modes can be selected by choosing the sample piece of code protected with particular mode. The "results of obfuscation" screen now has shortcuts for redoing all project-specific operations. A native bundle has been created for Mac OS X. Many other improvements in the Project Manager GUI have been introduced.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
OHCOUNT(1)							   User Commands							OHCOUNT(1)

NAME
ohcount - manual page for ohcount 3.0.0 SYNOPSIS
ohcount [option] [paths...] DESCRIPTION
Ohloh source code line counter command line tool. http://www.ohloh.net/ [option] can be one of the following: -a, --annotate -d, --detect -h, --help -i, --individual -l, --license -re -s, --summary -a, --annotate Show annotated source code The contents of all source code files found within the given paths will be emitted to stdout. Each line will be prefixed with a tab-delimited language name and semantic categorization (code, comment, or blank). -d, --detect Find source code files Recursively find all source code files within the given paths. For each source code file found, the file name will be emitted to stdout prefixed with a tab-delimited language name. -h, --help Display this message -i, --individual Count lines of code per file Count lines in all source code files within the given paths, and emit a report of the lines of code, comments, and blanks in each language per file. -l, --license Displays detected licensing information contained in each source code file. -re Prints raw entity information to the screen (mainly for debugging). -s, --summary Count lines of code (default) Count lines in all source code files within the given paths, and emit a report of the total number of lines of code, comments, and blanks in each language. This is the default action. [paths] can refer to any number of individual files or directories. Directories will be probed recursively. If no path is given, the current directory will be used. ohcount 3.0.0 September 2011 OHCOUNT(1)