![]() |
|
|||||||
| View Poll Results: Would you use this debugger? | |||
| Yes (mainly x32) |
|
97 | 29.04% |
Not at all
|
|
25 | 7.49% |
| Yes, if it gets better (please post feature suggestions) |
|
90 | 26.95% |
| Yes (mainly x64) |
|
122 | 36.53% |
| Voters: 334. You may not vote on this poll | |||
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Thanks a lot for the report, the bug is now fixed inside the code and a new release will come out soon!
Greetings |
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#2
|
|||
|
|||
|
Quick release v0.4alpha
Changelog: - fixed many, many bugs - added function analysis (currently manual, select some data, press SHIFT+F) - added attach feature (little crash when you close x64_dbg, but basically it works) - pageup/pagedown in disassembly - string detection (very basic, no support for UNICODE yet) - middle mouse to copy address of the currently selected instruction - ??? probably some more improvements, check BitBucket for a full changelog We are working on the dump/stack windows, but as Sigma is offline for some time now already I decided to do a quick release in between. Hopefully there will be a dump+stack window in the next release... Detach feature currently has problems, so it will not work. Probably this has to do with TitanEngine and it's DebugLoop function, but more investigation is required. Focus on the DBG side of the project will be adding support for loop highlighting, also manual and a good API that allows creation of analysis plugins. Screenshot: http://rghost.net/51253283/image.png Happy new year everyone! Mr. eXoDia |
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#3
|
||||
|
||||
|
Hello mr.exodia,
Please, check the attachment...
__________________
Computer Forensics |
| The Following User Says Thank You to Insid3Code For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#4
|
|||
|
|||
|
Hi, thanks for the report! I actually forgot that the breakpoint window was still in progress
![]() Will be fixed in the next release... |
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#6
|
|||
|
|||
|
#7
|
|||
|
|||
|
v0.5alpha out!
Main improvements: - draft implementation of hex dump (by Sigma) - bugfixes - generates crash dumps on crash Download: https://bitbucket.org/mrexodia/x64_dbg/downloads Next on the todo list are: scripting support, working dump, improved plugin support Greetings |
| The Following User Gave Reputation+1 to mr.exodia For This Useful Post: | ||
chessgod101 (02-17-2014) | ||
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#8
|
|||
|
|||
|
Hotfix released (now exceptions are no longer reported, just creates a crash dump)
Download https://bitbucket.org/mrexodia/x64_dbg/downloads |
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#9
|
|||
|
|||
|
V0.6ALPHA Released!
Changelog: - scripting support (using the debug commands) Just post here when you need a certain script command, I know other stuff isn't finished yet, but I'm waiting for Sigma to come back online so we can continue with the HEX dump etc. Download: https://bitbucket.org/mrexodia/x64_dbg/downloads Greetings, Mr. eXoDia |
| The Following User Gave Reputation+1 to mr.exodia For This Useful Post: | ||
chessgod101 (02-17-2014) | ||
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#10
|
|||
|
|||
|
can you provide complete files, I don't need download this, that and extractor them all the time.
|
|
#11
|
|||
|
|||
|
@cxj98: I do not want to upload 20mb every time I do a small update, thats why you have to download more files. When the debugger gets more stable, you will only have to download release_XXX.rar and extract it to your x64_dbg directory to update
![]() Greetings |
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#12
|
|||
|
|||
|
V0.7ALPHA Released!
Changelog: - many fixes with the scripting support - added many general purpose commands (see help) - added some script commands (msg and msgyn) Download: https://bitbucket.org/mrexodia/x64_dbg/downloads Greetings, Mr. eXoDia |
| The Following 2 Users Gave Reputation+1 to mr.exodia For This Useful Post: | ||
chessgod101 (02-17-2014), winndy (02-14-2014) | ||
| The Following 2 Users Say Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019), kienmanowar (04-05-2015) | ||
|
#13
|
|||
|
|||
|
V0.8ALPHA Released!
Changelog: - DBG: fixed a bug when stopping the currently debugged file - DBG: fixed a problem with the output symbols - DBG: undecorated symbol names - DBG: resolved issue #34 (no more random crashes) - DBG: added step until return (thanks to RaMMicHaeL for the suggestion) - GUI: updated breakpoint view to display label+comment - DBG: fixed a small bug in DebugDisableBPX - DBG: breakpoint list contains module names without extension - BRIDGE: changed BridgeAlloc to use WINAPI - DBG: changed emalloc to use WINAPI - GUI: added GPUStack files - GUI: Fixed a display bug in the disassembly Download: https://bitbucket.org/mrexodia/x64_dbg/downloads Greetings, Mr. eXoDia |
| The Following 3 Users Gave Reputation+1 to mr.exodia For This Useful Post: | ||
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#14
|
|||
|
|||
|
I don't see any big update, many feature not functional.
|
|
#15
|
|||
|
|||
|
Hi,
Thanks for the feedback, but could you be more specific about features that don't work please? Like this I cannot improve anything. If you mean that there are still many features to implement: I know, we are working hard on it, but this update should have solved some problems so that's why I released it (this ensures users don't report crashes that were already fixed). If you have a bugreport: 1) Post a crashdump when you cannot reproduce it 2) Post a screenshot/video/txt about how to reproduce the crash We take bug reports very seriously, they will be fixed right away. Greetings, Mr. eXoDia |
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
![]() |
| Tags |
| bit, debugger, x32, x64, x64_dbg |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Debug with x64dbg | dnvthv | General Discussion | 2 | 03-22-2025 21:49 |
| Add .lib file on x64dbg ? | LaDidi | General Discussion | 0 | 02-18-2022 14:39 |
| DBG2AP - x64dbg plugin | Agmcz | Community Tools | 1 | 06-15-2019 07:14 |
| nfd - x64dbg plugin | hors | Community Tools | 2 | 04-01-2018 08:18 |
| x64dbg python | Storm Shadow | Developer Section | 6 | 08-04-2017 15:29 |