diff --git a/README.md b/README.md index d9d9156..6a54e58 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ Tip !! "adb backup" command can also be used for extracting application package * `run app.service.info -a ` * `run app.service.start --action --component ` * `run app.service.send --msg --extra --bundle-as-obj` +* [Dexcalibur](https://github.com/FrenchYeti/dexcalibur) - Android reverse engineering tool focused on dynamic instrumentation automation. Powered by 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. + #### Network Analysis and Server Side Testing * [Tcpdump](http://www.androidtcpdump.com) - A command line packet capture utility.