https://github.com/farimarwat/maxguard
An android library for android app security agains reverse engineering
https://github.com/farimarwat/maxguard
android android-library android-sdk android-security detect-frida frida frida-detection
Last synced: about 1 month ago
JSON representation
An android library for android app security agains reverse engineering
- Host: GitHub
- URL: https://github.com/farimarwat/maxguard
- Owner: farimarwat
- Created: 2023-10-10T07:09:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T06:47:56.000Z (7 months ago)
- Last Synced: 2025-07-11T08:57:13.714Z (7 months ago)
- Topics: android, android-library, android-sdk, android-security, detect-frida, frida, frida-detection
- Language: Kotlin
- Homepage:
- Size: 116 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MaxGuard
An android library for android app security against reverse engineering.
MaxGuard is a maximum security layer to protect against reverse engineering via frida. This library tries to detect frida injection and close the app if injection is found.
### What is frida
Frida is a super powerful tool to inject android apps to extract sensitive data. It can defeat any kind of encryption even AES. So to secure android app, it is most important
to detect frida injection.
## Features
1. Frida Detection
2. Root Detection
## Setup
### Implementation
```
implementation("io.github.farimarwat:maxguard:1.3")
```
### Usage
```
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
MaxGuard()
.startMaxGuard()
}
```
### Whats New
1.3: Support for 16k memory page