본문 바로가기
3Dsoftware/Unity 3D

Anti-Cheat Toolkit 2.2.4: InjectionDetector

by wonilmax 2020. 9. 12.

 

using CodeStage.AntiCheat.Detectors;

 

 void Start()

    {

        InjectionDetector.AddToSceneOrGetExisting(); 

        InjectionDetector.StartDetection();

     }

 

참조: codestage.net/uas_files/actk/api/class_code_stage_1_1_anti_cheat_1_1_detectors_1_1_injection_detector.html

 

Anti-Cheat Toolkit의 InjectionDetector의 경우 위의 스크립트와 같이 작성하면 실행이 된다.

IL2CPP(C++로 변환하는 중간 언어)는 Unity에서 개발한 스크립팅 백엔드로, 여러 플랫폼용 프로젝트를 빌드할 때 Mono 대신 사용할 수 있다. 현재 Unity가 Mono가 아닌 IL2CPP로 설정 되어 있기 때문에

Anti_Cheat의 InjectionDetector는 Mono만이 적용되므로 IL2CPP에서는 Injection은 실행해도 소용없다. 

 

http://play.google.com/store/apps/details?id=com.wonilmax.bonyonline

 

러브썸 보니 - Google Play 앱

오픈월드형 3D RPG 게임

play.google.com