모바일

iOS 디버깅 탐지 차단 적용

wtdsoul 2020. 12. 19. 00:30

netcanis.tistory.com/114

 

디버깅 차단 처리 (Anti Debug)

앱 실행 시 디버깅 정보 접근 차단 처리 아래 클래스는 Objective-C, C 언어로 작성되었고 Swift 프로젝트에 사용되었습니다. Release 빌드시에만 적용되도록 처리하였습니다. // // AntiDebug.h // // Created by

netcanis.tistory.com