Home

Awesome

<p align="center"> <img src="https://i.imgur.com/H5Vd6KI.png"/> <b> Android Malware Behavior Deleter </b> </p> <p align="center"> <a href="https://github.com/UDcide/udcide"> <img alt="Version" src="https://img.shields.io/badge/version-v21.6.1-blue"> </a> <a href="https://marketplace.visualstudio.com/items?itemName=Aparna.udcide"> <img alt="Installs" src="https://img.shields.io/visual-studio-marketplace/i/aparna.udcide"> </a> <a href="https://www.python.org/downloads/release/python-385/"> <img alt="python version" src="https://img.shields.io/badge/python-3.8.5-blue.svg"> </a> <a href="https://github.com/UDcide/udcide/blob/main/LICENSE"> <img alt="license" src="https://img.shields.io/badge/License-GPLv3-blue.svg"> </a> </p>

UDcide

UDcide is a tool that provides alternative way to deal with Android malware. We help you to detect and remove specific behaviors in the malware rather than just delete the whole binary. And surprisingly, we make the binary runs still. This enables possibilities of malware investigation (e.g. Delete behaviors like VM detection, icon hiding etc. Helping analysts overcome malware evasion problems during the analysis).

Getting Started With VScode Extension

We also provide a VScode extension to use UDcide, download from Marketplace and see the usage below.

Showcase

This is a showcase which the malware hides its icon after user clicks on it.

As you can see, the icon of the malware disappear right after the user clicks.

With UDcide, we remove this behavior, got this malware no where to hide.

Showcase for VScode Extension

This is the same showcase but using VScode extension to disable the behavior. <img src="assets/vscode-showcase1.gif">

Disable the behavior by using UDcide VScode extension. <img src="assets/vscode-showcase2.gif">

Requirements

Installation

git clone https://github.com/UDcide/udcide.git
cd udcide
pipenv install
pipenv run python udcide/cli.py <APK_File>