Skip to content

@capgo/capacitor-is-root

Capacitor 루트 디바이스 감지 플러그인

Capacitor은 루트 디바이스를 감지하기 위한 루트 플러그인입니다.

  • isRooted - 기본 루트/자이브레이크 감지 검사를 수행합니다.
  • isRootedWithBusyBox - BusyBox에 특정한 검사를 확장합니다 (안드로이드 전용).
  • detectRootManagementApps - 루트 관리 애플리케이션의 존재 여부를 감지합니다 (안드로이드 전용).
  • detectPotentiallyDangerousApps - 루트 디바이스에서 흔히 발견되는 잠재적으로 위험한 애플리케이션을 감지합니다 (안드로이드 전용).
메소드설명
isRooted__CAPGO_KEEP_0__
isRootedWithBusyBox__CAPGO_KEEP_0__
detectRootManagementApps__CAPGO_KEEP_0__
detectPotentiallyDangerousApps__CAPGO_KEEP_0__
detectTestKeys__CAPGO_KEEP_0__
checkForBusyBoxBinary__CAPGO_KEEP_0__
checkForSuBinary__CAPGO_KEEP_0__ su __CAPGO_KEEP_0__
checkSuExists__CAPGO_KEEP_0__ su __CAPGO_KEEP_0__
checkForRWPaths__CAPGO_KEEP_0__
checkForDangerousPropsAndroid에서 위험한 시스템 속성을 감지합니다.
checkForRootNativeAndroid에서 RootBeer 네이티브 체크를 실행합니다.
detectRootCloakingAppsAndroid에서 루트를 숨길 수 있는 애플리케이션을 감지합니다.
isSelinuxFlagInEnabledAndroid에서 SELinux 강제 실행 상태를 확인합니다.
isExistBuildTagsAndroid OS 이미지를 위한 테스트 빌드 태그를 감지합니다.
doesSuperuserApkExistAndroid에서 슈퍼유저 APK가 설치되어 있는지 감지합니다.
isExistSUPathAndroid에서 알려진 su Android에서 알려진 바이너리 위치를 확인합니다.
checkDirPermissionsAndroid에서 보호해야 하는 쓰기 가능한 디렉토리를 감지합니다.
checkExecutingCommandsAndroid에서 루트를 감지하기 위한 스타일 명령어를 실행합니다. which su Android에서 의심스러운 설치된 패키지를 감지합니다.
checkInstalledPackagesChecks for known
checkforOverTheAirCertificatesAndroid에서 OTA 인증서가 손상된 경우 감지합니다.
isRunningOnEmulatorAndroid에서 일반 에뮬레이터 지문( fingerprint )을 감지합니다.
simpleCheckEmulatorAndroid에서 가벼운 에뮬레이터 체크를 수행합니다.
simpleCheckSDKBF86Android에서 x86 에뮬레이터 지문을 감지합니다.
simpleCheckQRREFPHAndroid에서 QC 참조 전화 빌드( build )를 감지합니다.
simpleCheckBuildAndroid에서 빌드 호스트 이상을 감지합니다.
checkGenymotionAndroid에서 Genymotion 에뮬레이터 지문을 감지합니다.
checkGenericAndroid에서 일반 에뮬레이터 지문을 감지합니다.
checkGoogleSDKAndroid에서 Google SDK 에뮬레이터 지문을 감지합니다.
togetDeviceInfo디바이스 정보를 감지한 시점에 수집한 정보를 반환합니다.
isRootedWithEmulatorAndroid에서 에뮬레이터 지문( heuristic )을 사용하여 기본 감지를 확장합니다.
isRootedWithBusyBoxWithEmulatorAndroid에서 에뮬레이터 지문( heuristic )을 사용하여 BusyBox 감지를 확장합니다.
getPluginVersion원본 Capacitor 플러그인 버전을 가져오세요.

이 참조는 src/definitions.ts 에서 capacitor-is-root.