Dexcalibur Versions Save

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

v0.7.10

2 years ago

:fire: Improvements

  • Add Windows supports
  • Replace out dated dependencies "xz" by "lzma-native"

✅ Fixed issues

  • #54, #53 : related to Windows support

:pray: Thanks to contributors

This version can be installed from NPM : npm i -g dexcalibur

v0.7.9

3 years ago

Fixed issues :

  • #49 , #50 : Make smali parser more resilient with invalid smali

Details:

  • Goto label inserted into array statement are ignored
  • Addditionnal characters after string delimiter are ignored

v0.7.8

3 years ago

Fixed issues :

  • #43, #42 : Better detection and remediation of issues related to target platform and to target device

Improvements :

  • SmaliParser works on Windows
  • Add support of Android API 30

v0.7.4

3 years ago

Fixed issues:

  • #30 Install guide has been updated
  • #32 Better detection of device issues when frida-server is launched from hooks dashboard
  • #31 Availability/validity of project UID is verified
  • Max version of frida-node has been removed

Improvement:

  • Multiple error messages have been added to splash screen to help to solve potential issues.

v0.7.3

3 years ago

To Do

v0.7.2

3 years ago
  • Improve device management when devices are connected over TCP : automatic adb server kill/restart, auto frida-server start with valid options (listener if TCP, noen if USB, etc ...), ...
  • Add support of device enrollement over TCP
  • Add target device menu

v0.7.1

4 years ago
  • Improve detection of non-blocking errors when apktool is running
  • Remove sponsors temporary to prevent legal issue
  • Improve unit test
  • fix broken links
  • Turn unreachable remote registry to non-blocking error

v0.7.0

4 years ago

This new version contains lot of improvements and new features including project management and install from NPM.

See http://docs.dexcalibur.org/News.html for details.

v0.6.7

4 years ago

v0.6.3

4 years ago
  • Add DEXCALIBUR_TEST environment variable : a way to turn some part of code into test mode
  • Add additional colors to Logger.debug : Logger.debugPink(), Logger.debugBgRed()
  • Add some unit test (Configuration, Logger, AdbWrapper, DeviceManager, ...)
  • Extend minimalist smali VM, add support of : invoke-super
  • PseudoCode maker can be turn off
  • Create CHANGELOG file