Skip to content

binhlecong/AndroidScanner

Repository files navigation

ArmorDroid

Build Version Downloads

Template ToDo list

ArmorDroid is a highly customizable AndroidStudio plugin to scan and fix vulnerable code as you type.

Supported languages: Java, Kotlin, XML

Features:

  • Detect and provide quick fixes for vulnerable code as you type.
  • Enable disable rule
  • Customize rules according to your project. No need to restart after change rule.
  • Share custom rule among team members by exporting and importing rule bundle file.
  • Reset rule

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "AndroidScanner" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.