Giter Club home page Giter Club logo

wolfguard's Introduction

A RASP (Runtime Application Self-Protection) solution for protecting Android apps.

Kotlin Android Android last-version


In the dynamic landscape of mobile applications, ensuring robust security is paramount. Adopting a proactive approach to safeguarding Android applications has become imperative in the face of evolving cyber threats

Features

  • Emulation detection
  • Root Detection
  • Usb Debug detection
  • Vopi Call detection

Note

This sdk is still in development

See Versioning section for more information.

Getting started

First ensure that you have defined mavenCentral in your Gradle configuration.

repositories {
    mavenCentral()
}

Next, add wolfguard as a dependency to your project.

Groovy

dependencies {
    implementation 'io.github.sebacipolat:wolfguard-sdk:{version}'
}

Kts

dependencies {
    implementation("io.github.sebacipolat:wolfguard-sdk:{version}")
}

Emulation detection

Do you want to know if your app is running into a emulator?

Get a boolean value with

WolfGuard.getInstance().getDevice().emulator.isEmulator()

Root detection

Do you want to know if your app is running into a root device?

We use rootber https://github.com/scottyab/rootbeer to make these detection

You will need provide an Android context to get a boolean value with

WolfGuard.getInstance().getDevice().root.isRooted(context)

Usb Debug mode detection

Do you want to know if your app is running into a device with the usdb debug mode enabled?

You will need provide an Android context to get a boolean value with

WolfGuard.getInstance().getDevice().usbDebug.isEnabled(context)

Voip Call detection

Do you want to know if your app is running into a device with an active voip call, like whatsapp, skype?

You will need provide an Android context to get a boolean value with

WolfGuard.getInstance().getDevice().voip.isOnCall(context)

Sample App

There are an sample app to test easily our sdk, just clone the wolfguard repo and open the app project.

Demo

Feature Demo
Voip Call
Usb Debug

License

Designed and developed by 2024 Sebastian Cipolat

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

wolfguard's People

Contributors

sebacipolat avatar

Stargazers

Rolando Selvera avatar

Watchers

 avatar

wolfguard's Issues

Request for Integration Guide with React Native and Other Frameworks

  • The features such as emulator detection, VPN detection, and USB detection are incredibly useful .
  • I am currently working on a project using React Native, and I am interested in integrating your Android SDK into our app. However, I am not entirely sure how to go about this integration.
  • Could you please provide a detailed integration guide for using this SDK with React Native? Additionally, it would be extremely helpful if you could include instructions for other popular frameworks such as Flutter, Cordova, and Xamarin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.