Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milochen0418/vscode-apk-decompiler

VSCode APK decompiler
https://github.com/milochen0418/vscode-apk-decompiler

Last synced: 9 days ago
JSON representation

VSCode APK decompiler

Awesome Lists containing this project

README

        

![GitHub last commit](https://img.shields.io/github/last-commit/milochen0418/vscode-apk-decompiler.svg) ![License](https://img.shields.io/github/license/milochen0418/vscode-apk-decompiler.svg) ![Download](https://img.shields.io/visual-studio-marketplace/d/milochen0418.decompile-apk.svg?label=Downloads&logo=visual-studio-code) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/milochen0418/vscode-apk-decompiler.svg)

# Decompile APK Extension

This is a VSCode extension that allows you to easily decompile APK files and view the code in VSCode.

It leverages macOS-specific tools and dependencies, such as Homebrew,
and is not supported on other operating systems like Linux or Windows.

## Features

- Automatically installs required tools via Homebrew
- Decompiles APK files and opens them in VSCode

## Installation

1. Ensure you are using macOS.
2. Install this extension from the VSCode Marketplace.
3. Run the command `Decompile APK` from the command palette.

## Requirements

- macOS
- Homebrew

## Release Notes

### 0.0.1

Initial release.

### 0.0.2

Added announcement, indicating that only Mac OS X supports