FrenchYeti / dexcalibur

[Official] Android reverse engineering tool focused on dynamic instrumentation automation leveraging Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Apache License 2.0
1.06k stars 126 forks source link

Dexcalibur won't install from repo due to deprecated dependency keyv #71

Open kylemd opened 2 years ago

kylemd commented 2 years ago

Describe the bug As title says. Cannot install Dexcalibur from repository files.

To reproduce git clone https://github.com/FrenchYeti/dexcalibur.git cd .\dexcalibur npm -g install .

Resolution Seems manually installing keyv solves the issue. May be related to this 475 warn deprecated @types/keyv@4.2.0: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.

Expected behavior A successful install

Debug Log 2022-11-07T22_57_48_197Z-debug.log

Desktop (please complete the following information):