ASCII Obfuscation
This is a small example program to show / have fun with ASCII
characters and the way we can easily obfuscate them
Miscealeanous :
Where such a dumb idea comes from.
Coding rules used in this project.
Source code Online documentation.
Repository content :
- .git : GIT version control files. DO NOT EDIT unless you know precisely what you’re doing.
- sources : Project source files directory. The final binary file will be compiled from these source code files.
- project : This directory contains IDE related project files. Only Code::Blocks is used at the moment
- documentation : Documentation directory.
- blog : Markdow files used for Jekyll blog posts.
- html : HTML Doxygen generated documentation directory. Used for online documentation.
- pdf : Contains a pdf file genrated using LaTeX output from Doxygen.
- ascii_obfuscation.doxygen.cnfg : Doxygen configuration file
- generdoc.bat : MicroSoft Windows
.bat
script used to automatically generate the Doxygen documentation. Double-click on this to generate the documentation.
IMPORTANT : You should have the Ubuntu subsytem with Doxygen installed on your computer in order to use this script.
- .gitignore : GIT ignore file. This allows us to exclude automatically generated files and directory from the project
- _config.yml : Jekyll configuration file
- LICENSE : Project licence file. GNU GPL3 is used here.
- README.md : This file.