Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


SpoofBase.cpp File Reference

#include "stdafx.h"
#include "SpoofBase.h"
#include "ErrorHandlerMacros.h"
#include "OSManager.h"
#include "GenericCriticalSection.h"
#include "GenericEvent.h"
#include "ManagedThread.h"
#include "LibConfig.h"
#include <memory>

Include dependency graph for SpoofBase.cpp:

Go to the source code of this file.


Defines

#define THREAD_TIMEOUT   10000
#define CSpoofBase_Class   "CSpoofBase"

Define Documentation

#define CSpoofBase_Class   "CSpoofBase"

Definition at line 77 of file SpoofBase.cpp.

#define THREAD_TIMEOUT   10000

Definition at line 75 of file SpoofBase.cpp.