Categories
Android macOS Technology

Reverse Engineering — Decompiling APK Packages

Once sometimes we want to know the information inside an apk (Android application package) file. Apk files are Android Package files that are saved in zip format. But when we unzip the file, we can’t see the details of xml files and its resources (shows garbled content). Hence, we need some tools to help us […]

Categories
macOS Technology

NETEASE CLOUD MUSIC TUI

Last month I found an interesting GitHub repo from Betta, which provides a TUI for the Netease Music app. It’s quite easy to install and set up your account. Installation For the Mac environment, you need to use Homebrew: For Linux/Debian, it can be installed with (not tested): Next, download the latest binary release here […]