Detect Hacking...

namespace security_tools {

struct hacking_exception { };

extern void detect_hacking() throw(hacking_exception);

}

The detect_hacking() function is used to detect when an application has been hacked or cracked
by a hacker with a hex editor and or disassembler.

The test can also tell if the application was infected by a virus.

An exception is thrown when hacking is detected.


  detect_hacking.tar.gz - detect hacking of a C++ program
  detect_hacking.zip - detect hacking of a C++ program
  test_dh.cpp
  md5.h
  md5.cpp
  detect_hacking.h
  detect_hacking.cpp