- 20 Nov, 2020 1 commit
-
-
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>
-
- 22 Sep, 2020 2 commits
-
-
Karol Wrótniak authored
-
Karol Wrótniak authored
-
- 21 Sep, 2020 1 commit
-
-
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>
-
- 25 Aug, 2020 2 commits
-
-
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>
-
- 14 Jun, 2020 1 commit
-
-
Karol Wrótniak authored
-
- 16 May, 2020 1 commit
-
-
Karol Wrótniak authored
-
- 06 Feb, 2020 2 commits
-
-
Isaac A. Murchie authored
-
Isaac A. Murchie authored
-
- 04 Feb, 2020 1 commit
-
-
Isaac A. Murchie authored
-
- 17 Jan, 2019 5 commits
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
- 16 Jan, 2019 1 commit
-
-
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 ```
-
- 11 Nov, 2018 6 commits
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
-
- 26 Sep, 2018 4 commits
-
-
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.
-
- 11 Jul, 2018 3 commits
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
- 09 Jul, 2018 1 commit
-
-
Simo Kinnunen authored
-
- 16 May, 2018 1 commit
-
-
DosLin authored
[360 encryption services](http://jiagu.360.cn/) change the 'application' node to 'com.stub.StubApp'.
-
- 20 Apr, 2018 3 commits
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
- 21 Sep, 2017 5 commits
-
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-
Simo Kinnunen authored
-