Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milochen0418/vscode-apk-decompiler
- Owner: milochen0418
- License: mit
- Created: 2024-08-23T03:01:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T17:24:59.000Z (2 months ago)
- Last Synced: 2024-09-09T21:23:25.838Z (2 months ago)
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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