ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
secure::AntiPiracy Class Reference

프로그램 무결성 검증 및 복제 방지 기능을 제공하는 AntiPiracy 유틸리티 클래스. More...

#include <secure.hpp>

Static Public Member Functions

static bool verifyProgramIntegrity ()
 프로그램의 전체 무결성을 검증합니다.
 
static bool activateOnlineFromJson (const std::string &license_json)
 JSON 형식의 라이선스 파일을 이용하여 온라인 활성화를 시도합니다.
 

Detailed Description

프로그램 무결성 검증 및 복제 방지 기능을 제공하는 AntiPiracy 유틸리티 클래스.

Member Function Documentation

◆ activateOnlineFromJson()

bool secure::AntiPiracy::activateOnlineFromJson ( const std::string & license_json)
static

JSON 형식의 라이선스 파일을 이용하여 온라인 활성화를 시도합니다.

Parameters
license_json라이선스 파일 JSON 문자열
Returns
활성화 성공 여부
+ Here is the caller graph for this function:

◆ verifyProgramIntegrity()

bool secure::AntiPiracy::verifyProgramIntegrity ( )
static

프로그램의 전체 무결성을 검증합니다.

  • 코드 무결성 검증
  • 런타임 코드 수정
  • 실행 시간 검증
Returns
검증 성공 여부
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: