Skip to content

zakarea/NIV-Solver

Repository files navigation

NIV-Solver:

Solve next-intent vulnerability on Android source code.

Build Version Downloads

Template ToDo list

Search for next-intent vulnerabilities on Android source code and fix them by refactoring the source code. The refactoring includes booth source files and AndroidManifest.xml file. In the source code, the plugin solve NIV by replacing calls with nested Intent with PendingIntents. Furthermore, The Activity or Service being solved is changed from exported to not-exported in AndroidManifest.xml.

This specific section is a source for the plugin.xml file which will be extracted by the Gradle during the build process.

To keep everything working, do not remove <!-- ... --> sections.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "NIV-Solver" > 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.

About

NIV Solver: Android Next-Intent Vulnerability Inspection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published