[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.
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).
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).