dex-guard-retracer

0.0.4 • Public • Published

dex-guard-retracer

npm version npm downloads

NPM

Build Status

A tool to retrace encrypted crash logs, especially for DexGuarded Android applications. The retrace tool that comes within DexGuard package fails to decrypt crash logs found from differently presented logs, like on Fabric Crashlytics. You can decrypt such logs too using this tool!

How to install?

You need to have Node.js installed on your system before you can use this package. Get it here: Node.js

Once you have Node.js and NPM setup, the installation is as simple as running a command.

Linux/Mac

sudo npm install -g dex-guard-retracer

Windows

Within a command prompt window with administrative privileges:

npm install -g dex-guard-retracer

How to use?

dex-guard-retracer ./test-mapping.txt ./test-log.txt

It will print out the decrypted logs on the console.

Package Sidebar

Install

npm i dex-guard-retracer

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

10.6 kB

Total Files

9

Last publish

Collaborators

  • tfkamran