php-apk-parser
php-apk-parser copied to clipboard
Read basic info about an application from .apk file.
The library (2.0.3) crashes with the following errors on PHP 8.1 ``` PHP message: PHP Deprecated: Return type of ApkParser\Archive::getFromName($name, $length = null, $flags = null) should either be compatible...
Hi, what is the most efficient way to check whether a zip file is an apk through the library before continuing to use other functions?
when i user getResources returns nil , but i use the apk in examples it works well.
引用内容错误修复
多次引用地址内容反过来导致获取空了
Hello. how we can print the /META-INF/CERT.RSA (or /META-INF/ANDROID_.RSA) ? i want this information for certificates of apk file, but i dont know how parse and print that file (RSA...
Support for reading resources by their key, e.g `@string/app_id` or `@integer/screen_count`
I am trying to extract the APP_RESTRICTIONS from an APK These are listed in the manifest as meta-data, pointing to an XML file (typically res/xml/app_restrictions.xml) The following code is how...
This fixes #103
This parser does not read App name from the apk if it is a flutter app. Could you please assist in this.
when trying to obtain the data of the facebook or messenger application gives this error An uncaught Exception was encountered Type: RuntimeException Message: Failed to read 2 bytes Filename: \vendor\tufanbarisyildirim\php-apk-parser\lib\ApkParser\SeekableStream.php...