Releases: FrenchYeti/dexcalibur
Releases · FrenchYeti/dexcalibur
Dexcalibur v0.7.10 - Linux, Mac, Windows
Dexcalibur v0.7.9 - Linux, MacOS
Dexcalibur v0.7.8 - Linux, MacOS
Dexcalibur 0.7.4 - Linux, MacOS
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
Dexcalibur 0.7.2 - Linux, MacOS
- 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
- 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
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]
v0.6.7 update package.json
Dexcalibur 0.6.3 - Linux, MacOS
- 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