Releases: x64dbg/DotX64Dbg
Releases · x64dbg/DotX64Dbg
v0.0.4
v0.0.3
Merge pull request #77 from x64dbg/more-hotloading More hotloading
v0.0.2
What's Changed
- Github CI by @ZehMatt in #4
- Refactoring and CI tests by @ZehMatt in #5
- Add some information by @ZehMatt in #6
- Refactor instruction meta by @ZehMatt in #7
- Add bindings for some symbols by @ZehMatt in #8
- Improve CI by @ZehMatt in #9
- Add more events by @ZehMatt in #10
- Plugins can now be dynamically added and removed during runtime by @ZehMatt in #11
- Update SDK by @ZehMatt in #12
- Example plugin update by @ZehMatt in #13
- Load the CLR dll from Non-CLR dll to avoid crashes on missing SDK by @ZehMatt in #14
- Fix 32 bit not working by @ZehMatt in #15
- Use correct calling convention for expressions and commands by @ZehMatt in #16
- Add memory stream API for the child process by @ZehMatt in #17
- Allow the use of WinForms by @ZehMatt in #18
- Refactor plugin reloading, unloading and registration by @ZehMatt in #19
- Fix out of bounds access with instruction operands by @ZehMatt in #20
- Update vcpkg by @ZehMatt in #21
- Remove vcpkg and integrate zydis into Solution by @ZehMatt in #22
- Add PID, Handle process bindings by @ZehMatt in #23
- Refactor RegisterMaskGp by @ZehMatt in #25
- Memory protection bindings by @ZehMatt in #26
- Fix assembler encoding by @ZehMatt in #29
- Refactor operand api by @ZehMatt in #30
- Rename OpImm to Immediate by @ZehMatt in #32
- Fix encoder issues by @ZehMatt in #33
- Fix memory scale by @ZehMatt in #34
- Refactor assembler by @ZehMatt in #35
- Fix out of bounds access by @ZehMatt in #36
- Fix missing memory operand size strings and constructors by @ZehMatt in #37
- Fix instruction generator unable to handle addresses correctly by @ZehMatt in #38
- Adding NuGet support by @Guila767 in #28
- Fix rebuilds not triggering when dependencies changed in plugin.json by @ZehMatt in #40
- Add apis for module exports and imports by @ZehMatt in #41
- Minor fixes in the 'NuGetDependencyResolver' class. by @Guila767 in #42
- #39: Add menus by @ZehMatt in #43
- Use nuint for selections by @ZehMatt in #44
- Use UTF8 for bindings by @ZehMatt in #45
- Add CI functionality to release to GitHub on tag by @mrexodia in #46
- Added support for menu icons by @Guila767 in #47
- Cache plugin builds by @Guila767 in #48
- Refactor register code by @ZehMatt in #49
- Fix new plugins being created in wrong path if relative by @ZehMatt in #52
- Fix dead lock during menu registration by @ZehMatt in #53
- Close #51: Make command arguments optional by @ZehMatt in #54
- Migrate to .net 6.0 framework by @ZehMatt in #56
- Fix a crash when unable to resolve nuget dependencies by @ZehMatt in #57
- First release by @ZehMatt in #58
- Fix plugins not loading when one plugin has exceptions during startup by @ZehMatt in #59
- #60: Place cache in x64/x86 directories by @ZehMatt in #61
New Contributors
- @ZehMatt made their first contribution in #4
- @Guila767 made their first contribution in #28
- @mrexodia made their first contribution in #46
Full Changelog: https://github.com/x64dbg/DotX64Dbg/commits/v0.0.2
v0.0.1
What's Changed
- Github CI by @ZehMatt in #4
- Refactoring and CI tests by @ZehMatt in #5
- Add some information by @ZehMatt in #6
- Refactor instruction meta by @ZehMatt in #7
- Add bindings for some symbols by @ZehMatt in #8
- Improve CI by @ZehMatt in #9
- Add more events by @ZehMatt in #10
- Plugins can now be dynamically added and removed during runtime by @ZehMatt in #11
- Update SDK by @ZehMatt in #12
- Example plugin update by @ZehMatt in #13
- Load the CLR dll from Non-CLR dll to avoid crashes on missing SDK by @ZehMatt in #14
- Fix 32 bit not working by @ZehMatt in #15
- Use correct calling convention for expressions and commands by @ZehMatt in #16
- Add memory stream API for the child process by @ZehMatt in #17
- Allow the use of WinForms by @ZehMatt in #18
- Refactor plugin reloading, unloading and registration by @ZehMatt in #19
- Fix out of bounds access with instruction operands by @ZehMatt in #20
- Update vcpkg by @ZehMatt in #21
- Remove vcpkg and integrate zydis into Solution by @ZehMatt in #22
- Add PID, Handle process bindings by @ZehMatt in #23
- Refactor RegisterMaskGp by @ZehMatt in #25
- Memory protection bindings by @ZehMatt in #26
- Fix assembler encoding by @ZehMatt in #29
- Refactor operand api by @ZehMatt in #30
- Rename OpImm to Immediate by @ZehMatt in #32
- Fix encoder issues by @ZehMatt in #33
- Fix memory scale by @ZehMatt in #34
- Refactor assembler by @ZehMatt in #35
- Fix out of bounds access by @ZehMatt in #36
- Fix missing memory operand size strings and constructors by @ZehMatt in #37
- Fix instruction generator unable to handle addresses correctly by @ZehMatt in #38
- Adding NuGet support by @Guila767 in #28
- Fix rebuilds not triggering when dependencies changed in plugin.json by @ZehMatt in #40
- Add apis for module exports and imports by @ZehMatt in #41
- Minor fixes in the 'NuGetDependencyResolver' class. by @Guila767 in #42
- #39: Add menus by @ZehMatt in #43
- Use nuint for selections by @ZehMatt in #44
- Use UTF8 for bindings by @ZehMatt in #45
- Add CI functionality to release to GitHub on tag by @mrexodia in #46
- Added support for menu icons by @Guila767 in #47
- Cache plugin builds by @Guila767 in #48
- Refactor register code by @ZehMatt in #49
- Fix new plugins being created in wrong path if relative by @ZehMatt in #52
- Fix dead lock during menu registration by @ZehMatt in #53
- Close #51: Make command arguments optional by @ZehMatt in #54
- Migrate to .net 6.0 framework by @ZehMatt in #56
- Fix a crash when unable to resolve nuget dependencies by @ZehMatt in #57
- First release by @ZehMatt in #58
New Contributors
Full Changelog: https://github.com/x64dbg/DotX64Dbg/commits/v0.0.1