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

httpserver broken or other problem ? #8

Open zhongshendoushuizhao opened 5 years ago

zhongshendoushuizhao commented 5 years ago

use docker

Server started on : 8000
/home/dexcalibur/dexcalibur/src/AndroidManifestParser.js:46
                intentFilter.actions.push(new AndroidCmp.IntentCriteria(e));
                                          ^

TypeError: AndroidCmp.IntentCriteria is not a constructor
    at /home/dexcalibur/dexcalibur/src/AndroidManifestParser.js:46:43
    at Array.forEach (<anonymous>)
    at /home/dexcalibur/dexcalibur/src/AndroidManifestParser.js:42:30
    at Array.forEach (<anonymous>)
    at AndroidManifestParser.parseIntents (/home/dexcalibur/dexcalibur/src/AndroidManifestParser.js:32:31)
    at /home/dexcalibur/dexcalibur/src/AndroidManifestParser.js:83:16
    at Array.forEach (<anonymous>)
    at AndroidManifestParser.parseApplication (/home/dexcalibur/dexcalibur/src/AndroidManifestParser.js:79:24)
    at /home/dexcalibur/dexcalibur/src/AndroidManifestParser.js:225:39
    at Array.forEach (<anonymous>)
FrenchYeti commented 5 years ago

hi,

it seems Docker image not use latest version of Dexcalibur.

FrenchYeti commented 5 years ago

I will patch it, but i highly encourage you to use classic install instead of docker.