mrexodia Posted December 21, 2014 Author Posted December 21, 2014 The last two versions X32 ( snapshots ) do not work on xp sp3, stay loading debug the program indefinitely The latest snapshot should have fixed this. Download from http://snapshots.x64dbg.com
sstrato Posted December 21, 2014 Posted December 21, 2014 (edited) Problem solved in XP, is doing a great job thanks.In all records when they have a valid address in the drop-down menu contains the options (Follow Disassembler, Follow stack and Follow dump) except in the EDX register is not annoying is just an observation. Edited December 21, 2014 by sstrato 1
Steller Posted December 26, 2014 Posted December 26, 2014 (edited) Hey eXodia,1. It would be nice if you can differentiate between the color for user comments and for debugger comments.2. Double click on a byte in the HexDump window should show the BinaryEdit dialog. Edited December 26, 2014 by Steller
mrexodia Posted December 26, 2014 Author Posted December 26, 2014 (edited) Problem solved in XP, is doing a great job thanks. In all records when they have a valid address in the drop-down menu contains the options (Follow Disassembler, Follow stack and Follow dump) except in the EDX register is not annoying is just an observation. I fixed this problem, it will soon be available on http://snapshots.x64dbg.com Hey eXodia, 1. It would be nice if you can differentiate between the color for user comments and for debugger comments. 2. Double click on a byte in the HexDump window should show the BinaryEdit dialog. Resolved both issues. http://img0.www.suckmypic.net/img/e/R/DGiiP8U8/automatic_comment_differnece.png Edited December 26, 2014 by Mr. eXoDia 1
Steller Posted December 26, 2014 Posted December 26, 2014 Thank you, that was really fast.Is it possible to change the user comments color within the preference?
sstrato Posted December 28, 2014 Posted December 28, 2014 In all records when they have a valid address in the drop-down menu contains the options (Follow Disassembler, Follow stack and Follow dump) except in the EDX register is not annoying is just an observation. In last snapshot ( snapshot_2014-12-25_08-32-51 ) the problem persists.
mrexodia Posted December 28, 2014 Author Posted December 28, 2014 In all records when they have a valid address in the drop-down menu contains the options (Follow Disassembler, Follow stack and Follow dump) except in the EDX register is not annoying is just an observation. In last snapshot ( snapshot_2014-12-25_08-32-51 ) the problem persists. Rebuild it yourself:
sstrato Posted December 28, 2014 Posted December 28, 2014 In all records when they have a valid address in the drop-down menu contains the options (Follow Disassembler, Follow stack and Follow dump) except in the EDX register is not annoying is just an observation. In last snapshot ( snapshot_2014-12-25_08-32-51 ) the problem persists. X32_dbg, 32 bits.
SmilingWolf Posted December 28, 2014 Posted December 28, 2014 In all records when they have a valid address in the drop-down menu contains the options (Follow Disassembler, Follow stack and Follow dump) except in the EDX register is not annoying is just an observation. In last snapshot ( snapshot_2014-12-25_08-32-51 ) the problem persists. X32_dbg, 32 bits. Grab the latest build here: http://jenkins.x64dbg.com/job/development/ws/release/ 2
Artic Posted December 28, 2014 Posted December 28, 2014 i just want to track something down here and i can find no option or feature to go for the Entry point of a dll.i can use dll entry ticked by this will require me to work thru the bunch of dlls, the main program visits, i have checked the manual already i havnt found anything.the new build from 28. dec is working great!
mrexodia Posted December 29, 2014 Author Posted December 29, 2014 i just want to track something down here and i can find no option or feature to go for the Entry point of a dll.i can use dll entry ticked by this will require me to work thru the bunch of dlls, the main program visits, i have checked the manual already i havnt found anything.the new build from 28. dec is working great!The following commits are now available on http://snapshots.x64dbg.com:GUI: better view of imports ("[module].[label]" instead of "[label]")DBG: more fixes in valapifromstring (this function is getting really complex and confusing now)GUI: added an option to copy the file path of a moduleDBG: fixed a bug in valapifromstring (the correction for the loaded base in the debuggee was bad)GUI: added "Follow Entry Point in Disassembler" option in Symbols viewDBG: added possibility for '?' as delimiter. this ignores exports (useful if there are exports called "entry" or "imagebase")DBG: allow accessing the entry point of a module with "<module>:entry"GUI: resolved issue #228 (double click in dump or stack starts editing data)GUI: resolved issue #229 (automatic comments have a different color)DBG: automatic comments will have a '\1' character as prefix.GUI: fixed 'follow in disassembler' and 'follow in dump' not possible with EDX/RDX
Steller Posted December 29, 2014 Posted December 29, 2014 I like the way how OllyDbg seperates code. I don't know if this is possible now, but i would be nice if i can set the color for the int3. It really helps to read the code segments. These bracket are nice to but not so important.
mrexodia Posted December 29, 2014 Author Posted December 29, 2014 (edited) I like the way how OllyDbg seperates code. You can do this using the hotkey Shift+F when selecting code. Automatic analysis is still in development. I don't know if this is possible now, but i would be nice if i can set the color for the int3. It really helps to read the code segments. I added this for you, it looks a little weird, but adding it doesn't hurt anyone Wait for a snapshot at http://snapshots.x64dbg.com (probably available tomorrow). Greetings, Mr. eXoDia Edited December 29, 2014 by Mr. eXoDia
Steller Posted December 31, 2014 Posted December 31, 2014 Thank you for your support.Hope the automatic analysis will work soon.
sstrato Posted January 4, 2015 Posted January 4, 2015 The hardware breackpoints not work on x32 (32 bit).
mrexodia Posted January 5, 2015 Author Posted January 5, 2015 The hardware breackpoints not work on x32 (32 bit). Yup, I noticed this. It has been fixed in the latest snapshot: https://bitbucket.org/mrexodia/x64_dbg/commits/3a15a26a6e31b4f2e460507adb61762a4195fdad
sstrato Posted January 5, 2015 Posted January 5, 2015 (edited) In 32 bits still not working (hardware breackpoints). In 64 bits do not know. Edited January 5, 2015 by sstrato
mrexodia Posted January 5, 2015 Author Posted January 5, 2015 In 32 bits still not working (hardware breackpoints). In 64 bits do not know. Lolz, my previous 'fix' only worked for hardware breakpoints on access/write... Final fix (tested this time): https://bitbucket.org/mrexodia/x64_dbg/commits/c6caf21e26a4d777945dbc74e1f78f54d13974f7
sstrato Posted May 19, 2015 Posted May 19, 2015 (edited) References would be interesting to choose multiple breackpoints at once. Menu (Breakpoint on all commands) and (Remove breakpoint from all commands) e.g., as Olly. Edited May 20, 2015 by sstrato
mrexodia Posted May 20, 2015 Author Posted May 20, 2015 @sstrato: it was reported here, thanks for the report anyway though!
msi Posted May 23, 2015 Posted May 23, 2015 Hi there and thanks for the great tool!It would be very useful if x64dbg could remember the arguments from the "Change Command Line". For now, it must be changed every time you restart the console app.Regards 1
tonyweb Posted May 24, 2015 Posted May 24, 2015 (edited) Hi Mr. eXoDia, thanks a lot for your (and your co-workers) results on x64dbg ... it's becoming better and better day by day. Tabbed interface with multiple tabs per "function" helps a lot having all at hand ... really nice If it's not a problem, can you please add support for the HOME/END keyboard keys, so I could reach the top/bottom of the current disassembled memory area/section? I use it regularly on x86 with Olly and I really miss this feature on x64dbg. I understand it's not a top priority, so - please - write it down into the TODO list at the last free place Thanks a lot in advance. Best Regards, Tony Edited May 24, 2015 by tonyweb 1
mrexodia Posted May 24, 2015 Author Posted May 24, 2015 Hi Mr. eXoDia, thanks a lot for your (and your co-workers) results on x64dbg ... it's becoming better and better day by day. Tabbed interface with multiple tabs per "function" helps a lot having all at hand ... really nice If it's not a problem, can you please add support for the HOME/END keyboard keys, so I could reach the top/bottom of the current disassembled memory area/section? I use it regularly on x86 with Olly and I really miss this feature on x64dbg. I understand it's not a top priority, so - please - write it down into the TODO list at the last free place Thanks a lot in advance. Best Regards, Tony For old friends there is always room for priority management In a few minutes there will be a snapshot with the requested features available on http://snapshots.x64dbg.com(it should be from today) 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now