1
0
Fork 0
Commit Graph

479 Commits

Author SHA1 Message Date
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
Mr. eXoDia 0221946713 GUI: resolved issue #64 (copy selection, selection (no bytes), address, disassembly) 2014-08-09 12:30:11 +02:00
Mr. eXoDia ff41b6bb2b GUI: middle mouse in dump copies current selection address 2014-08-09 12:26:58 +02:00
Mr. eXoDia 3b34297d2f GUI: fixed some warnings 2014-08-09 11:30:01 +02:00
Mr. eXoDia 937ea60894 GUI: resolved issue #155 (segments incorrectly done when trying to re-assemble instructions) 2014-08-08 20:27:10 +02:00
Mr. eXoDia 175bb39dde GUI: fixed a small bug with the scroll bar range 2014-08-08 19:05:45 +02:00
Mr. eXoDia f3d44c8dfa GUI: fixed Bridge::CopyToClipboard (use Qt instead of WinAPI) + fixed various warnings 2014-08-08 16:24:26 +02:00
Mr. eXoDia 71603c82bb GUI: fixed a bug in BeaTokenizer::TokenEquals (size doesn't matter now per default) 2014-08-08 16:23:12 +02:00
Mr. eXoDia 8193316537 GUI: fix previous commit 2014-08-08 15:51:48 +02:00
Mr. eXoDia 4e432b2af7 GUI: only execute JIT commands when something actually changed 2014-08-08 15:40:09 +02:00
Mr. eXoDia 26d33436f5 GUI: double click on address in hex dump will enable the rva mode (like in the disassembler) 2014-08-08 15:10:55 +02:00
Mr. eXoDia a4584be52e GUI: fixed massive performance issue in the AppearanceDialog + added search result highlighting to the SearchListView (symbols+references) + fixed a small bug with inserting in the searchlistview 2014-08-08 02:25:31 +02:00