infosec 0.0.3
infosec: ^0.0.3 copied to clipboard
A new flutter plugin project.
Infosec #
A flutter plugin for Android which helps to detect reverse engineered apps.
Getting Started #
Add dependency into your pubspec.yaml file.
- You can detect your app is running on emulator.
- You can detect your app is running with debugger.
- You can detect your app is installed from playstore or not.
- You can get App signature and store somewhere locally.
- You can match your stored signature with current app signature.