1
0
Fork 0
Commit Graph

490 Commits

Author SHA1 Message Date
Mr. eXoDia ee88a8bd72 DBG+GUI: some refactoring + formatting 2014-09-13 21:55:23 +02:00
Mr. eXoDia 00a7b3eb96 GUI: removed unused mouse wheel code 2014-09-13 13:05:11 +02:00
dreg_fr33project 1401059016 commented mousewheel, with the new scrollarea it is not necessary 2014-09-13 07:54:45 +02:00
dreg_fr33project bfb041859c chrome scrollbars in CPUInfoBox, and Registers View. 2014-09-13 07:45:14 +02:00
dreg_fr33project 973cd01bab after by default the key down and up of the keyboard dont works in the dissasembly when the process is open (you need click in dissasembly layout first). Now up and down works by default. 2014-09-13 07:33:38 +02:00
dreg_fr33project eeeefc351a tolower for a better == of the old instruction 2014-09-12 09:07:06 +02:00
dreg_fr33project e6fdba11a5 fixed bug and now also skip assembly in unkown instruction, or blank instruction (a new easy way to skip assembly from GUI) and if the writted instruction its the old also skip it. 2014-09-12 08:57:28 +02:00
dreg_fr33project cd29cc5727 new feautres in assembleAt: now have autoscroll support while assembling and skip unkown instruction (???) 2014-09-12 07:57:28 +02:00
dreg_fr33project e936815444 bug fixed in the new assembleAt, and removed the old recursivity (now a do while instead). 2014-09-12 06:57:35 +02:00
dreg_fr33project db91383a9e registers view new scroll area and new size for big symbol names, more registers in one tab etc.. 2014-09-12 06:33:17 +02:00
dreg_fr33project ff8dbcbf34 assembly at in disas improved 2014-09-08 09:00:08 +02:00
dreg_fr33project c0db39cb70 pull request fixed v1 2014-09-08 04:45:46 +02:00
David Reguera Garcia d06734a38b Merged mrexodia/x64_dbg into master 2014-09-08 02:16:11 +02:00
Mr. eXoDia 20d8903b22 GUI: better thread-safety in the MainWindow + fixed a bug where you could close the 'Closing debugger...' window 2014-09-07 23:10:27 +02:00
dreg_fr33project 1d4637add9 GuiUpdateMemoryView stuff 2014-09-03 10:15:14 +02:00
dreg_fr33project 50a719ad32 first version of change command line coded 2014-09-02 08:18:41 +02:00
David Reguera Garcia f83e805e00 Merged mrexodia/x64_dbg into master 2014-09-02 05:11:57 +02:00
dreg_fr33project 542e62f365 first changecmdline stuff 2014-09-02 04:48:33 +02:00
Mr. eXoDia 38ff3a1393 GUI: fixed various bugs (thanks to Coverity) 2014-09-02 04:01:00 +02:00
Mr. eXoDia 21ba05a970 GUI: save the sorting preference of the user for the session 2014-08-29 19:44:15 +02:00
Mr. eXoDia 92da0ef734 GUI: added check for valid memory address of thread entry 2014-08-29 19:16:37 +02:00
dreg_fr33project ee6220279b Go to thread entry option added 2014-08-29 18:43:35 +02:00
dreg_fr33project d50209f221 change in eflags order 2014-08-28 14:43:28 +02:00
dreg_fr33project 8f286f9716 new registers view for eflags and segment registers 2014-08-28 09:06:53 +02:00
Mr. eXoDia 8edc750348 GUI: fixed initialization of structures 2014-08-26 17:24:13 +02:00
Mr. eXoDia 56bfe4a78a GUI: forgot to add 'search for -> command' before, not it's fixed. 2014-08-25 01:24:09 +02:00
Mr. eXoDia 8f7f34a317 GUI: refactor finished 2014-08-18 14:30:12 +02:00
Mr. eXoDia 0f8e1998da GUI: first step of refactoring 2014-08-18 12:57:16 +02:00
Mr. eXoDia c2ebac0ecf GUI: refresh memory map + removed std::string from the GUI (QString.toUtf8().constData() works fine) 2014-08-18 12:25:41 +02:00
dreg_fr33project 7560ee9aec JIT fixes and more improvements (admin check etc.) 2014-08-18 09:43:32 +02:00
dreg_fr33project a85c7e5b45 Memory Rights finish 2014-08-18 08:41:24 +02:00
dreg_fr33project 3f86be63bc a lot of news in the MEMORY SET RIGHTS STUFF, ALL GUI 80% FINISHED 2014-08-17 06:38:00 +02:00
David Reguera Garcia b866a723c4 Merged master into memory_page_rights 2014-08-17 01:51:48 +02:00
Mr. eXoDia e028ccf680 DBG: clear threads on detach + fixed a crash in AbstractTableView + updated about dialog 2014-08-17 00:16:10 +02:00
dreg_fr33project 77293f38dd BASIC SET MEMORY PAGE RIGHT GUI 2014-08-16 19:34:41 +02:00
Mr. eXoDia b7509a4f7a GUI: breakpoint/bookmark in SymbolView 2014-08-16 15:54:48 +02:00
Mr. eXoDia 0a8c824e78 Revert "GUI: resolved issue #176 (empty label/comment shows error)"
This reverts commit 10d098eaa0.
2014-08-15 23:30:16 +02:00
Mr. eXoDia 69610aad47 GUI: show if a jump is going to execute or not in infobox 2014-08-15 23:25:23 +02:00
Mr. eXoDia 10d098eaa0 GUI: resolved issue #176 (empty label/comment shows error) 2014-08-15 23:24:30 +02:00
Mr. eXoDia 9b31f0ce7b GUI: fixed a bug in the RegistersView context menu (now HW BP on [RSP] is back) thanks to DragonLoft for reporting! 2014-08-15 22:57:35 +02:00
Mr. eXoDia 04009aec3e GUI: resolved issue #166 (Move Detach command from Debug to File menu + consistent attach/detach icons) 2014-08-15 22:28:28 +02:00
Mr. eXoDia 207523b27e GUI: resolved issue #165 (copy single byte command doesn't work) 2014-08-15 21:29:20 +02:00
Mr. eXoDia c9b7b67fa6 DBG+GUI: resolved issue #174 (don't draw black CIP when running) 2014-08-15 21:22:49 +02:00
Mr. eXoDia 06042d3a9a GUI: fixed a bug in the SearchListViewTable with highlighting (http://www.zimagez.com/zimage/screenshot-08152014-082957pm.php) thanks to jvoisin for reporting! 2014-08-15 20:46:39 +02:00
dreg_fr33project fe72065b4d more info in the jit stuff 2014-08-14 05:10:09 +02:00
dreg_fr33project 05efd9b11e a little fix in first JIT SET without JIT OLD STORED, now you can check and uncheck the JIT only if the JIT its not the debugger. 2014-08-14 04:41:51 +02:00
dreg_fr33project ce343b06a9 some fixes in JIT stuff 2014-08-10 15:44:24 +02:00
dreg_fr33project 097e57a47f new setjit args, changes in JIT stuff, better JIT GUI and some fixes 2014-08-10 15:36:51 +02:00
Mr. eXoDia 55d16977f2 GUI: resolved issue #77 (find command) 2014-08-09 15:43:58 +02:00
Mr. eXoDia 00ae54bdec GUI: fixed duplicate infobox lines and duplicate follow in dump entries 2014-08-09 13:31:29 +02:00