Releases: x64dbg/x64dbgbinja
Releases · x64dbg/x64dbgbinja
2.0.4
- 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
- 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
- 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
- Menu improvement
- Native logging
Full Changelog: v2.0.0...v2.0.1
2.0.0
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
- @psifertex made their first contribution in #1
- @utkonos made their first contribution in #3
Full Changelog: https://github.com/x64dbg/x64dbgbinja/commits/v2.0.0