Stealthy Hacking

Master the art of undetectable coding

Stealthy hacking is a delicate art. It requires a delicate balance between stealthy coding, and stealthy backdoors.

		// Steathly coding in action
		// 1. Use only 0x01 as variable names
		// 2. Use only one line comments
		// 3. Never use comments
		// 4. Use only one space between variables and operators
		int x = 0x1;
		int x = 0x1 + 0x1;