- Mar 30, 2023
-
-
Karol Wrótniak authored
-
Zivvvv authored
Signed-off-by: zivvvv <guoxiaoshen2021@163.com>
-
- Apr 20, 2022
-
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.13.0 ) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jun 28, 2021
-
-
Karol Wrótniak authored
-
gshah authored
* Extract Android TV Launcher activities Signed-off-by: Gaurav Shah <gaurav.s@browserstack.com> * extract activity aliases correctly Signed-off-by: Gaurav Shah <gaurav.s@browserstack.com>
-
- Apr 30, 2021
-
-
dependabot-preview[bot] authored
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- Nov 20, 2020
-
-
dependabot-preview[bot] authored
Bumps [debug](https://github.com/visionmedia/debug) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/4.2.0...4.3.1 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- Sep 22, 2020
-
-
Karol Wrótniak authored
-
Karol Wrótniak authored
-
- Sep 21, 2020
-
-
dependabot-preview[bot] authored
Bumps [debug](https://github.com/visionmedia/debug) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/4.1.1...4.2.0 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- Aug 25, 2020
-
-
Karol Wrótniak authored
-
dependabot-preview[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.7.0 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- Jun 14, 2020
-
-
Karol Wrótniak authored
-
- May 16, 2020
-
-
Karol Wrótniak authored
-
- Feb 06, 2020
-
-
Isaac A. Murchie authored
-
Isaac A. Murchie authored
-
- Feb 04, 2020
-
-
Isaac A. Murchie authored
-
- Jan 17, 2019
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
- Jan 16, 2019
-
-
Harlen Tan authored
Just use a normal file such as a png, rename it to HelloApp.apk Test Demo: ```javascript const util = require('util') const ApkReader = require('adbkit-apkreader') process.stdin.resume();// prevent the current process from exit ApkReader.open('HelloApp.apk') .then(reader => reader.readManifest()) .then(manifest => console.log(util.inspect(manifest, { depth: null }))).catch(function(e) { console.error(e); }) ``` then run the demo After that, the code above will catch the zlib error. But use the command below , you will find that there is a reference leak for the HelloApp.apk. ``` lsof -s|grep HelloApp.apk ```
-
- Nov 11, 2018
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
-
- Sep 26, 2018
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
Add a huge amount of optional, structured debug output. Helps a lot when investigating parsing issues.
-
Simo Kinnunen authored
Turns out some string pools can refer to the same string multiple times. Previously we attempted to load as many individual strings as the pool had items. Now we're using the provided offsets. Fixes #17.
-
- Jul 11, 2018
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
- Jul 09, 2018
-
-
Simo Kinnunen authored
-
- May 16, 2018
-
-
DosLin authored
[360 encryption services](http://jiagu.360.cn/) change the 'application' node to 'com.stub.StubApp'.
-
- Apr 20, 2018
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-