From 5a0c28a30c8d527879934cb03cda9411d7bc06b2 Mon Sep 17 00:00:00 2001 From: Braincoke Date: Tue, 20 Aug 2019 08:56:19 +0200 Subject: [PATCH] Add Dexcalibur Dynamic binary instrumentation tool designed for Android application and 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cec332..9681ac1 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ A curated list of awesome reversing resources * [dex2jar](https://github.com/pxb1988/dex2jar) * [Bytecode Viewer](https://bytecodeviewer.com/) * [IDA Pro](https://www.hex-rays.com/products/ida/index.shtml) +* [Dexcalibur](https://github.com/FrenchYeti/dexcalibur) ## Yara