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

Adding a working Dockerfile to run Dexcalibur #79

Closed cryptax closed 1 year ago

cryptax commented 1 year ago

This is a working Dockerfile with a recent NodeJS. Then, you need to launch the container. It's important to use --net=host to share communication with the host and its Android device (plugged via USB, or emulator).

FrenchYeti commented 1 year ago

Awesome, many thanks @cryptax ❤️