Skip to content

Releases: FrenchYeti/dexcalibur

Dexcalibur v0.7.10 - Linux, Mac, Windows

27 Sep 22:07
79a4ed7
Compare
Choose a tag to compare

🔥 Improvements

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

✅ Fixed issues

  • #54, #53 : related to Windows support

🙏 Thanks to contributors

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

Dexcalibur v0.7.9 - Linux, MacOS

02 Apr 20:16
Compare
Choose a tag to compare

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

Dexcalibur v0.7.8 - Linux, MacOS

23 Feb 15:33
Compare
Choose a tag to compare

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

Dexcalibur 0.7.4 - Linux, MacOS

13 Dec 19:43
Compare
Choose a tag to compare

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.

Dexcalibur 0.7.3 - Linux, MacOS

11 Dec 15:53
Compare
Choose a tag to compare

Dexcalibur 0.7.2 - Linux, MacOS

02 Jun 17:59
Compare
Choose a tag to compare
  • 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

Dexcalibur 0.7.1 - Linux, MacOS

15 May 09:57
Compare
Choose a tag to compare
  • 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

Dexcalibur 0.7.0 - Linux, MacOS

07 May 15:42
Compare
Choose a tag to compare

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.

Dexcalibur 0.6.7 - Linux, MacOS [unstable]

07 May 00:54
Compare
Choose a tag to compare
v0.6.7

update package.json

Dexcalibur 0.6.3 - Linux, MacOS

18 Mar 23:19
Compare
Choose a tag to compare
  • 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