UNPKG

bananalyzer

Version:

A simple tool for windows 10, that downloads APKs from Google playstore, analyzes them, and lists all the Google and Huawei SDKs (kits) that are integrated, along with other metadata

8 lines (7 loc) 167 B
interface DecompileResult { isSuccessful: boolean; decompileFolderPath?: string; manifestPath?: string; error?: string; apkToolYmlPath?: string; }