# EasyProtector **Repository Path**: mickelfeng/EasyProtector ## Basic Information - **Project Name**: EasyProtector - **Description**: ohos上提供的安全功能: 1、安全防护 2、检查root 3、检查Xposed 4、反调试 5、应用多开 6、模拟器检测 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-21 - **Last Updated**: 2021-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Android, Reverse-engineering, Security ## README # EasyProtector **本项目基于开源项目 `EasyProtector` 进行openharmony化的移植和开发,可以通过项目标签以及github地址( https://github.com/lamster2018/EasyProtector )追踪到原安卓项目版本** #### 项目介绍 - 项目名称:EasyProtector - 所属系列:openharmony 第三方组件适配移植 - 功能:ohos上提供的安全功能: 1、安全防护 2、检查root 3、检查Xposed 4、反调试 5、应用多开 6、模拟器检测 - 基线版本:EasyProtector tag v1.1.0 - 项目移植状态:主功能完成 - 调用差异:无 - 开发版本:sdk5,DevEco Studio2.1 beta3 - 项目作者和维护人:刘清华 - 联系方式:liuqinghua050@chinasoftinc.com #### 效果演示 ![screenshot](screenshot/11.png) #### 安装教程 ```groovy // 添加maven仓库 repositories { maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } } // 添加依赖库 dependencies { implementation 'com.gitee.chinasoft_ohos:EasyProtector:0.0.1-SNAPSHOT' } ``` 在sdk5,DevEco Studio2.1 beta3下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 #### 使用说明 **API:** * **EasyProtectorLib.checkIsRoot();** * **EasyProtectorLib.checkIsDebug();** * **EasyProtectorLib.checkIsPortUsing();** * **EasyProtectorLib.checkXposedExistAndDisableIt();** * **EasyProtectorLib.checkIsBeingTracedByC();** * **EasyProtectorLib.checkIsRunningInVirtualApk();** * **EasyProtectorLib.checkIsRunningInEmulator();** * ...... * **More function** * **SecurityCheckUtil.class** * **EmulatorCheckUtil.class** * **VirtualApkCheckUtil.class** * **AccessibilityServicesCheckUtil.class** #### 测试信息 CodeCheck代码测试无异常 CloudTest代码测试无异常 火绒安全病毒安全检测通过 当前版本demo功能与安卓原组件基本无差异 测试员:谢瑞 #### 版本迭代 - v0.0.1_alpha #### 版权和许可信息 Apache License - 2.0