Skip to content

Releases: x64dbg/x64dbgbinja

2.0.4

23 Oct 20:06
v2.0.4
7c0cf7f
Compare
Choose a tag to compare
  • Reverts to using plain string for global key name.

Full Changelog: v2.0.3...v2.0.4

Using bytes was based on a bug that is now fixed:
Vector35/binaryninja-api#6034

If you need this functionality before that bug fix is released, you can modify the __init__.py in binja's settings:
repositories/community/plugins/x64dbg_x64dbgbinja/__init__.py
This is not recommended unless you know what you're doing. If you wait for that fix to be released, the save path state will just start working as expected with that version of binja.

2.0.3

23 Oct 16:33
v2.0.3
d7bf749
Compare
Choose a tag to compare
  • Use the BNDB's path as the default saving location for the x64dbg database.
  • Keep state of last save path

Full Changelog: v2.0.2...v2.0.3

2.0.2

15 Sep 09:28
v2.0.2
d5dd821
Compare
Choose a tag to compare
  • Hide menu when not x86 arch.
  • Fix bug in 32/64 bit calculation for x64dbg database extension. @redthing1

Full Changelog: v2.0.1...v2.0.2

2.0.1

17 Aug 20:18
v2.0.1
647f3f2
Compare
Choose a tag to compare
  • Menu improvement
  • Native logging

Full Changelog: v2.0.0...v2.0.1

2.0.0

17 Jan 03:31
287cca4
Compare
Choose a tag to compare

What's Changed

  • made a new type for plugins that sync by @psifertex in #1
  • Update to Python 3, refresh, migrate from deprecated API components by @utkonos in #3

New Contributors

Full Changelog: https://github.com/x64dbg/x64dbgbinja/commits/v2.0.0