From aa05ae80230d1c0329cc34a53be57489dddbc1f7 Mon Sep 17 00:00:00 2001 From: Hamza Date: Sat, 9 May 2020 01:00:43 +0200 Subject: [PATCH] add dexcalibur to android --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.