Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cAppCheck.h File Reference

Go to the source code of this file.

Macros

#define CAPPCHECK_DECLARE()   __noop
 
#define CAPPCHECK_CHECK()   __noop
 

Detailed Description

Code to protect/detect an app from tampering pr reverse engineering. OBFUSCATE = Extraneous code that does nothing.

Note
do NOT use "pragma once" here, we want this to get regenerated for each "#include." Make this code very difficult to reverse engineer.

Macro Definition Documentation

◆ CAPPCHECK_CHECK

#define CAPPCHECK_CHECK ( )    __noop

◆ CAPPCHECK_DECLARE

#define CAPPCHECK_DECLARE ( )    __noop